Html Css Color HEX #344506 Turtle Green

📋 copy color: '#344506'

red 52 ◦ green 69 ◦ blue 6

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

Shades of Turtle Green #344506

Tints of Turtle Green #344506

RGB

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

 GREEN value IS 69 (27.34% from 255) = 54.33%

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

R = 40.94%
G = 54.33%
B = 4.72%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.91

 K value IS 0.73

RGB Variations

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

Color information

#344506 (or 0x344506) is known color: Turtle Green. HEX triplet: 34, 45 and 06. RGB value is (52,69,6). Sum of RGB (Red+Green+Blue) = 52+69+6=127 (16% of max value = 765). Red value is 52 (20.70% from 255 or 40.94% from 127); Green value is 69 (27.34% from 255 or 54.33% from 127); Blue value is 6 (2.73% from 255 or 4.72% from 127); Max value from RGB is 69 - color contains mainly: green. Hex color #344506 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #344506 is #CBBAF9. Grayscale: #383838. Windows color (decimal): -13351674 or 410932. OLE color: 410932.

HSL color Cylindrical-coordinate representation of color #344506: hue angle of 76.19º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #344506 is Cyan = 0.25, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.73.

Color convert

RGB 52 69 6 -
CMYK 0.25 0 0.91 0.73
HSL 76.19º 0.84% 0.15% -
HSV(B) 76.19º 0.91% 0.27% -
XYZ 3.58 5 0.95 -
YUV 56.74 99.37 124.62 -
System Red Green Blue C M Y K H S L
Decimal 52 69 6 0.25 0 0.91 0.73 76.19 0.84 0.15
Hex 34 45 6 19 0 5B 49 4C 54 F
Octal 64 105 6 31 0 133 111 114 124 17
Binary 110100 1000101 110 11001 0 1011011 1001001 1001100 1010100 1111

Color Harmonies of #344506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344506

Black with #344506

Text Example


Text Example

White with #344506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344506; }

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

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

background-color css

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

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

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

border-color css

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

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

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