Html Css Color HEX #34480C Turtle Green

📋 copy color: '#34480C'

red 52 ◦ green 72 ◦ blue 12

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

Shades of Turtle Green #34480C

Tints of Turtle Green #34480C

RGB

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

 GREEN value IS 72 (28.52% from 255) = 52.94%

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

R = 38.24%
G = 52.94%
B = 8.82%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.83

 K value IS 0.72

RGB Variations

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

Color information

#34480C (or 0x34480C) is known color: Turtle Green. HEX triplet: 34, 48 and 0C. RGB value is (52,72,12). Sum of RGB (Red+Green+Blue) = 52+72+12=136 (18% of max value = 765). Red value is 52 (20.70% from 255 or 38.24% from 136); Green value is 72 (28.52% from 255 or 52.94% from 136); Blue value is 12 (5.08% from 255 or 8.82% from 136); Max value from RGB is 72 - color contains mainly: green. Hex color #34480C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #34480C is #CBB7F3. Grayscale: #3B3B3B. Windows color (decimal): -13350900 or 804916. OLE color: 804916.

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

Color convert

RGB 52 72 12 -
CMYK 0.28 0 0.83 0.72
HSL 80º 0.71% 0.16% -
HSV(B) 80º 0.83% 0.28% -
XYZ 3.8 5.39 1.19 -
YUV 59.18 101.37 122.88 -
System Red Green Blue C M Y K H S L
Decimal 52 72 12 0.28 0 0.83 0.72 80 0.71 0.16
Hex 34 48 C 1C 0 53 48 50 47 10
Octal 64 110 14 34 0 123 110 120 107 20
Binary 110100 1001000 1100 11100 0 1010011 1001000 1010000 1000111 10000

Color Harmonies of #34480C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34480C

Black with #34480C

Text Example


Text Example

White with #34480C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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