Html Css Color HEX #344006 Turtle Green

📋 copy color: '#344006'

red 52 ◦ green 64 ◦ blue 6

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

Shades of Turtle Green #344006

Tints of Turtle Green #344006

RGB

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

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

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

R = 42.62%
G = 52.46%
B = 4.92%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.91

 K value IS 0.75

RGB Variations

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

Color information

#344006 (or 0x344006) is known color: Turtle Green. HEX triplet: 34, 40 and 06. RGB value is (52,64,6). Sum of RGB (Red+Green+Blue) = 52+64+6=122 (16% of max value = 765). Red value is 52 (20.70% from 255 or 42.62% from 122); Green value is 64 (25.39% from 255 or 52.46% from 122); Blue value is 6 (2.73% from 255 or 4.92% from 122); Max value from RGB is 64 - color contains mainly: green. Hex color #344006 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #344006 is #CBBFF9. Grayscale: #363636. Windows color (decimal): -13352954 or 409652. OLE color: 409652.

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

Color convert

RGB 52 64 6 -
CMYK 0.19 0 0.91 0.75
HSL 72.41º 0.83% 0.14% -
HSV(B) 72.41º 0.91% 0.25% -
XYZ 3.28 4.41 0.85 -
YUV 53.8 101.02 126.72 -
System Red Green Blue C M Y K H S L
Decimal 52 64 6 0.19 0 0.91 0.75 72.41 0.83 0.14
Hex 34 40 6 13 0 5B 4B 48 53 E
Octal 64 100 6 23 0 133 113 110 123 16
Binary 110100 1000000 110 10011 0 1011011 1001011 1001000 1010011 1110

Color Harmonies of #344006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344006

Black with #344006

Text Example


Text Example

White with #344006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344006; }

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

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

background-color css

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

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

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

border-color css

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

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

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