Html Css Color HEX #334004 Turtle Green

📋 copy color: '#334004'

red 51 ◦ green 64 ◦ blue 4

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

Shades of Turtle Green #334004

Tints of Turtle Green #334004

RGB

 RED value IS 51 (20.31% from 255) = 42.86%

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

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

R = 42.86%
G = 53.78%
B = 3.36%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.94

 K value IS 0.75

RGB Variations

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

Color information

#334004 (or 0x334004) is known color: Turtle Green. HEX triplet: 33, 40 and 04. RGB value is (51,64,4). Sum of RGB (Red+Green+Blue) = 51+64+4=119 (15% of max value = 765). Red value is 51 (20.31% from 255 or 42.86% from 119); Green value is 64 (25.39% from 255 or 53.78% from 119); Blue value is 4 (1.95% from 255 or 3.36% from 119); Max value from RGB is 64 - color contains mainly: green. Hex color #334004 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #334004 is #CCBFFB. Grayscale: #353535. Windows color (decimal): -13418492 or 278579. OLE color: 278579.

HSL color Cylindrical-coordinate representation of color #334004: hue angle of 73º 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 #334004 is Cyan = 0.20, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.75.

Color convert

RGB 51 64 4 -
CMYK 0.20 0 0.94 0.75
HSL 73º 0.88% 0.13% -
HSV(B) 73º 0.94% 0.25% -
XYZ 3.22 4.38 0.79 -
YUV 53.27 100.19 126.38 -
System Red Green Blue C M Y K H S L
Decimal 51 64 4 0.20 0 0.94 0.75 73 0.88 0.13
Hex 33 40 4 14 0 5E 4B 49 58 D
Octal 63 100 4 24 0 136 113 111 130 15
Binary 110011 1000000 100 10100 0 1011110 1001011 1001001 1011000 1101

Color Harmonies of #334004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334004

Black with #334004

Text Example


Text Example

White with #334004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334004; }

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

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

background-color css

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

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

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

border-color css

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

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

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