Html Css Color HEX #269C64 Eucalyptus

📋 copy color: '#269C64'

red 38 ◦ green 156 ◦ blue 100

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

Shades of Eucalyptus #269C64

Tints of Eucalyptus #269C64

RGB

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

 GREEN value IS 156 (61.33% from 255) = 53.06%

 BLUE value IS 100 (39.45% from 255) = 34.01%

R = 12.93%
G = 53.06%
B = 34.01%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.36

 K value IS 0.39

RGB Variations

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

Color information

#269C64 (or 0x269C64) is known color: Eucalyptus. HEX triplet: 26, 9C and 64. RGB value is (38,156,100). Sum of RGB (Red+Green+Blue) = 38+156+100=294 (38% of max value = 765). Red value is 38 (15.23% from 255 or 12.93% from 294); Green value is 156 (61.33% from 255 or 53.06% from 294); Blue value is 100 (39.45% from 255 or 34.01% from 294); Max value from RGB is 156 - color contains mainly: green. Hex color #269C64 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #269C64 is #D9639B. Grayscale: #727272. Windows color (decimal): -14246812 or 6593574. OLE color: 6593574.

HSL color Cylindrical-coordinate representation of color #269C64: hue angle of 151.53º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #269C64 is Cyan = 0.76, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.39.

Color convert

RGB 38 156 100 -
CMYK 0.76 0 0.36 0.39
HSL 151.53º 0.61% 0.38% -
HSV(B) 151.53º 0.76% 0.61% -
XYZ 14.99 25.11 16.11 -
YUV 114.33 119.91 73.55 -
System Red Green Blue C M Y K H S L
Decimal 38 156 100 0.76 0 0.36 0.39 151.53 0.61 0.38
Hex 26 9C 64 4C 0 24 27 98 3D 26
Octal 46 234 144 114 0 44 47 230 75 46
Binary 100110 10011100 1100100 1001100 0 100100 100111 10011000 111101 100110

Color Harmonies of #269C64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #269C64

Black with #269C64

Text Example


Text Example

White with #269C64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #269C64; }

 p { color: rgb(38,156,100); }

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

background-color css

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

 a { background-color: rgb(38,156,100); }

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

border-color css

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

 span { border-color: rgb(38,156,100); }

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