Html Css Color HEX #264A06 Turtle Green

📋 copy color: '#264A06'

red 38 ◦ green 74 ◦ blue 6

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

Shades of Turtle Green #264A06

Tints of Turtle Green #264A06

RGB

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

 GREEN value IS 74 (29.3% from 255) = 62.71%

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

R = 32.2%
G = 62.71%
B = 5.08%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.92

 K value IS 0.71

RGB Variations

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

Color information

#264A06 (or 0x264A06) is known color: Turtle Green. HEX triplet: 26, 4A and 06. RGB value is (38,74,6). Sum of RGB (Red+Green+Blue) = 38+74+6=118 (15% of max value = 765). Red value is 38 (15.23% from 255 or 32.20% from 118); Green value is 74 (29.30% from 255 or 62.71% from 118); Blue value is 6 (2.73% from 255 or 5.08% from 118); Max value from RGB is 74 - color contains mainly: green. Hex color #264A06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #264A06 is #D9B5F9. Grayscale: #373737. Windows color (decimal): -14267898 or 412198. OLE color: 412198.

HSL color Cylindrical-coordinate representation of color #264A06: hue angle of 91.76º degrees, saturation: 0.85, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #264A06 is Cyan = 0.49, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.71.

Color convert

RGB 38 74 6 -
CMYK 0.49 0 0.92 0.71
HSL 91.76º 0.85% 0.16% -
HSV(B) 91.76º 0.92% 0.29% -
XYZ 3.28 5.32 1.03 -
YUV 55.48 100.07 115.53 -
System Red Green Blue C M Y K H S L
Decimal 38 74 6 0.49 0 0.92 0.71 91.76 0.85 0.16
Hex 26 4A 6 31 0 5C 47 5C 55 10
Octal 46 112 6 61 0 134 107 134 125 20
Binary 100110 1001010 110 110001 0 1011100 1000111 1011100 1010101 10000

Color Harmonies of #264A06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264A06

Black with #264A06

Text Example


Text Example

White with #264A06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #264A06; }

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

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

background-color css

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

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

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

border-color css

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

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

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