Html Css Color HEX #264206 Turtle Green

📋 copy color: '#264206'

red 38 ◦ green 66 ◦ blue 6

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

Shades of Turtle Green #264206

Tints of Turtle Green #264206

RGB

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

 GREEN value IS 66 (26.17% from 255) = 60%

 BLUE value IS 6 (2.73% from 255) = 5.45%

R = 34.55%
G = 60%
B = 5.45%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.91

 K value IS 0.74

RGB Variations

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

Color information

#264206 (or 0x264206) is known color: Turtle Green. HEX triplet: 26, 42 and 06. RGB value is (38,66,6). Sum of RGB (Red+Green+Blue) = 38+66+6=110 (14% of max value = 765). Red value is 38 (15.23% from 255 or 34.55% from 110); Green value is 66 (26.17% from 255 or 60% from 110); Blue value is 6 (2.73% from 255 or 5.45% from 110); Max value from RGB is 66 - color contains mainly: green. Hex color #264206 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #264206 is #D9BDF9. Grayscale: #323232. Windows color (decimal): -14269946 or 410150. OLE color: 410150.

HSL color Cylindrical-coordinate representation of color #264206: hue angle of 88º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #264206 is Cyan = 0.42, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.74.

Color convert

RGB 38 66 6 -
CMYK 0.42 0 0.91 0.74
HSL 88º 0.83% 0.14% -
HSV(B) 88º 0.91% 0.26% -
XYZ 2.78 4.32 0.86 -
YUV 50.79 102.72 118.88 -
System Red Green Blue C M Y K H S L
Decimal 38 66 6 0.42 0 0.91 0.74 88 0.83 0.14
Hex 26 42 6 2A 0 5B 4A 58 53 E
Octal 46 102 6 52 0 133 112 130 123 16
Binary 100110 1000010 110 101010 0 1011011 1001010 1011000 1010011 1110

Color Harmonies of #264206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264206

Black with #264206

Text Example


Text Example

White with #264206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #264206; }

 p { color: rgb(38,66,6); }

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

background-color css

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

 a { background-color: rgb(38,66,6); }

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

border-color css

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

 span { border-color: rgb(38,66,6); }

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