Html Css Color HEX #34490C Turtle Green

📋 copy color: '#34490C'

red 52 ◦ green 73 ◦ blue 12

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

Shades of Turtle Green #34490C

Tints of Turtle Green #34490C

RGB

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

 GREEN value IS 73 (28.91% from 255) = 53.28%

 BLUE value IS 12 (5.08% from 255) = 8.76%

R = 37.96%
G = 53.28%
B = 8.76%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.84

 K value IS 0.71

RGB Variations

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

Color information

#34490C (or 0x34490C) is known color: Turtle Green. HEX triplet: 34, 49 and 0C. RGB value is (52,73,12). Sum of RGB (Red+Green+Blue) = 52+73+12=137 (18% of max value = 765). Red value is 52 (20.70% from 255 or 37.96% from 137); Green value is 73 (28.91% from 255 or 53.28% from 137); Blue value is 12 (5.08% from 255 or 8.76% from 137); Max value from RGB is 73 - color contains mainly: green. Hex color #34490C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #34490C is #CBB6F3. Grayscale: #3B3B3B. Windows color (decimal): -13350644 or 805172. OLE color: 805172.

HSL color Cylindrical-coordinate representation of color #34490C: hue angle of 80.66º degrees, saturation: 0.72, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #34490C is Cyan = 0.29, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.71.

Color convert

RGB 52 73 12 -
CMYK 0.29 0 0.84 0.71
HSL 80.66º 0.72% 0.17% -
HSV(B) 80.66º 0.84% 0.29% -
XYZ 3.87 5.52 1.21 -
YUV 59.77 101.04 122.46 -
System Red Green Blue C M Y K H S L
Decimal 52 73 12 0.29 0 0.84 0.71 80.66 0.72 0.17
Hex 34 49 C 1D 0 54 47 51 48 11
Octal 64 111 14 35 0 124 107 121 110 21
Binary 110100 1001001 1100 11101 0 1010100 1000111 1010001 1001000 10001

Color Harmonies of #34490C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34490C

Black with #34490C

Text Example


Text Example

White with #34490C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34490C; }

 p { color: rgb(52,73,12); }

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

background-color css

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

 a { background-color: rgb(52,73,12); }

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

border-color css

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

 span { border-color: rgb(52,73,12); }

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