Html Css Color HEX #344011 Turtle Green

📋 copy color: '#344011'

red 52 ◦ green 64 ◦ blue 17

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

Shades of Turtle Green #344011

Tints of Turtle Green #344011

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 12.78%

R = 39.1%
G = 48.12%
B = 12.78%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.73

 K value IS 0.75

RGB Variations

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

Color information

#344011 (or 0x344011) is known color: Turtle Green. HEX triplet: 34, 40 and 11. RGB value is (52,64,17). Sum of RGB (Red+Green+Blue) = 52+64+17=133 (17% of max value = 765). Red value is 52 (20.70% from 255 or 39.10% from 133); Green value is 64 (25.39% from 255 or 48.12% from 133); Blue value is 17 (7.03% from 255 or 12.78% from 133); Max value from RGB is 64 - color contains mainly: green. Hex color #344011 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #344011 is #CBBFEE. Grayscale: #373737. Windows color (decimal): -13352943 or 1130548. OLE color: 1130548.

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

Color convert

RGB 52 64 17 -
CMYK 0.19 0 0.73 0.75
HSL 75.32º 0.58% 0.16% -
HSV(B) 75.32º 0.73% 0.25% -
XYZ 3.35 4.44 1.21 -
YUV 55.05 106.52 125.82 -
System Red Green Blue C M Y K H S L
Decimal 52 64 17 0.19 0 0.73 0.75 75.32 0.58 0.16
Hex 34 40 11 13 0 49 4B 4B 3A 10
Octal 64 100 21 23 0 111 113 113 72 20
Binary 110100 1000000 10001 10011 0 1001001 1001011 1001011 111010 10000

Color Harmonies of #344011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344011

Black with #344011

Text Example


Text Example

White with #344011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344011; }

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

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

background-color css

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

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

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

border-color css

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

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

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