Html Css Color HEX #264004 Turtle Green

📋 copy color: '#264004'

red 38 ◦ green 64 ◦ blue 4

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

Shades of Turtle Green #264004

Tints of Turtle Green #264004

RGB

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

 GREEN value IS 64 (25.39% from 255) = 60.38%

 BLUE value IS 4 (1.95% from 255) = 3.77%

R = 35.85%
G = 60.38%
B = 3.77%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.94

 K value IS 0.75

RGB Variations

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

Color information

#264004 (or 0x264004) is known color: Turtle Green. HEX triplet: 26, 40 and 04. RGB value is (38,64,4). Sum of RGB (Red+Green+Blue) = 38+64+4=106 (14% of max value = 765). Red value is 38 (15.23% from 255 or 35.85% from 106); Green value is 64 (25.39% from 255 or 60.38% from 106); Blue value is 4 (1.95% from 255 or 3.77% from 106); Max value from RGB is 64 - color contains mainly: green. Hex color #264004 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #264004 is #D9BFFB. Grayscale: #313131. Windows color (decimal): -14270460 or 278566. OLE color: 278566.

HSL color Cylindrical-coordinate representation of color #264004: hue angle of 86º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #264004 is Cyan = 0.41, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.75.

Color convert

RGB 38 64 4 -
CMYK 0.41 0 0.94 0.75
HSL 86º 0.88% 0.13% -
HSV(B) 86º 0.94% 0.25% -
XYZ 2.65 4.09 0.76 -
YUV 49.39 102.39 119.88 -
System Red Green Blue C M Y K H S L
Decimal 38 64 4 0.41 0 0.94 0.75 86 0.88 0.13
Hex 26 40 4 29 0 5E 4B 56 58 D
Octal 46 100 4 51 0 136 113 126 130 15
Binary 100110 1000000 100 101001 0 1011110 1001011 1010110 1011000 1101

Color Harmonies of #264004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264004

Black with #264004

Text Example


Text Example

White with #264004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #264004; }

 p { color: rgb(38,64,4); }

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

background-color css

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

 a { background-color: rgb(38,64,4); }

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

border-color css

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

 span { border-color: rgb(38,64,4); }

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