Html Css Color HEX #344008 Turtle Green

📋 copy color: '#344008'

red 52 ◦ green 64 ◦ blue 8

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

Shades of Turtle Green #344008

Tints of Turtle Green #344008

RGB

 RED value IS 52 (20.7% from 255) = 41.94%

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

 BLUE value IS 8 (3.52% from 255) = 6.45%

R = 41.94%
G = 51.61%
B = 6.45%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.87

 K value IS 0.75

RGB Variations

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

Color information

#344008 (or 0x344008) is known color: Turtle Green. HEX triplet: 34, 40 and 08. RGB value is (52,64,8). Sum of RGB (Red+Green+Blue) = 52+64+8=124 (16% of max value = 765). Red value is 52 (20.70% from 255 or 41.94% from 124); Green value is 64 (25.39% from 255 or 51.61% from 124); Blue value is 8 (3.52% from 255 or 6.45% from 124); Max value from RGB is 64 - color contains mainly: green. Hex color #344008 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #344008 is #CBBFF7. Grayscale: #363636. Windows color (decimal): -13352952 or 540724. OLE color: 540724.

HSL color Cylindrical-coordinate representation of color #344008: hue angle of 72.86º degrees, saturation: 0.78, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #344008 is Cyan = 0.19, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.75.

Color convert

RGB 52 64 8 -
CMYK 0.19 0 0.87 0.75
HSL 72.86º 0.78% 0.14% -
HSV(B) 72.86º 0.88% 0.25% -
XYZ 3.29 4.41 0.91 -
YUV 54.03 102.02 126.55 -
System Red Green Blue C M Y K H S L
Decimal 52 64 8 0.19 0 0.87 0.75 72.86 0.78 0.14
Hex 34 40 8 13 0 57 4B 49 4E E
Octal 64 100 10 23 0 127 113 111 116 16
Binary 110100 1000000 1000 10011 0 1010111 1001011 1001001 1001110 1110

Color Harmonies of #344008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344008

Black with #344008

Text Example


Text Example

White with #344008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344008; }

 p { color: rgb(52,64,8); }

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

background-color css

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

 a { background-color: rgb(52,64,8); }

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

border-color css

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

 span { border-color: rgb(52,64,8); }

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