Html Css Color HEX #344A06 Turtle Green

📋 copy color: '#344A06'

red 52 ◦ green 74 ◦ blue 6

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

Shades of Turtle Green #344A06

Tints of Turtle Green #344A06

RGB

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

 GREEN value IS 74 (29.3% from 255) = 56.06%

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

R = 39.39%
G = 56.06%
B = 4.55%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.92

 K value IS 0.71

RGB Variations

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

Color information

#344A06 (or 0x344A06) is known color: Turtle Green. HEX triplet: 34, 4A and 06. RGB value is (52,74,6). Sum of RGB (Red+Green+Blue) = 52+74+6=132 (17% of max value = 765). Red value is 52 (20.70% from 255 or 39.39% from 132); Green value is 74 (29.30% from 255 or 56.06% from 132); Blue value is 6 (2.73% from 255 or 4.55% from 132); Max value from RGB is 74 - color contains mainly: green. Hex color #344A06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #344A06 is #CBB5F9. Grayscale: #3B3B3B. Windows color (decimal): -13350394 or 412212. OLE color: 412212.

HSL color Cylindrical-coordinate representation of color #344A06: hue angle of 79.41º degrees, saturation: 0.85, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #344A06 is Cyan = 0.30, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.71.

Color convert

RGB 52 74 6 -
CMYK 0.30 0 0.92 0.71
HSL 79.41º 0.85% 0.16% -
HSV(B) 79.41º 0.92% 0.29% -
XYZ 3.9 5.64 1.06 -
YUV 59.67 97.71 122.53 -
System Red Green Blue C M Y K H S L
Decimal 52 74 6 0.30 0 0.92 0.71 79.41 0.85 0.16
Hex 34 4A 6 1E 0 5C 47 4F 55 10
Octal 64 112 6 36 0 134 107 117 125 20
Binary 110100 1001010 110 11110 0 1011100 1000111 1001111 1010101 10000

Color Harmonies of #344A06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344A06

Black with #344A06

Text Example


Text Example

White with #344A06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344A06; }

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

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

background-color css

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

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

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

border-color css

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

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

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