Html Css Color HEX #269461 Eucalyptus

📋 copy color: '#269461'

red 38 ◦ green 148 ◦ blue 97

#269461
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Eucalyptus #269461

Tints of Eucalyptus #269461

RGB

 RED value IS 38 (15.23% from 255) = 13.43%

 GREEN value IS 148 (58.2% from 255) = 52.3%

 BLUE value IS 97 (38.28% from 255) = 34.28%

R = 13.43%
G = 52.3%
B = 34.28%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.34

 K value IS 0.42

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#269461 (or 0x269461) is known color: Eucalyptus. HEX triplet: 26, 94 and 61. RGB value is (38,148,97). Sum of RGB (Red+Green+Blue) = 38+148+97=283 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.43% from 283); Green value is 148 (58.20% from 255 or 52.30% from 283); Blue value is 97 (38.28% from 255 or 34.28% from 283); Max value from RGB is 148 - color contains mainly: green. Hex color #269461 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #269461 is #D96B9E. Grayscale: #6D6D6D. Windows color (decimal): -14248863 or 6394918. OLE color: 6394918.

HSL color Cylindrical-coordinate representation of color #269461: hue angle of 152.18º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #269461 is Cyan = 0.74, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.42.

Color convert

RGB 38 148 97 -
CMYK 0.74 0 0.34 0.42
HSL 152.18º 0.59% 0.36% -
HSV(B) 152.18º 0.74% 0.58% -
XYZ 13.55 22.45 14.93 -
YUV 109.3 121.06 77.15 -
System Red Green Blue C M Y K H S L
Decimal 38 148 97 0.74 0 0.34 0.42 152.18 0.59 0.36
Hex 26 94 61 4A 0 22 2A 98 3B 24
Octal 46 224 141 112 0 42 52 230 73 44
Binary 100110 10010100 1100001 1001010 0 100010 101010 10011000 111011 100100

Color Harmonies of #269461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #269461

Black with #269461

Text Example


Text Example

White with #269461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #269461; }

 p { color: rgb(38,148,97); }

 H1.HeaderClassName
 {
   color: #269461;
 }
 .AnyTagClassName
 {
   color: #269461;
 }
</style>

background-color css

<style>
 a { background-color: #269461; }

 a { background-color: rgb(38,148,97); }

 div.DivClassName
 {
   background-color: #269461;
 }
 .BgClassName
 {
   background-color: #269461;
 }
</style>

border-color css

<style>
 span { border-color: #269461; }

 span { border-color: rgb(38,148,97); }

 td.TdClassName
 {
   border-color: #269461;
 }
 .TagClassName
 {
   border-color: #269461;
 }
</style>