Html Css Color HEX #34391C Turtle Green

📋 copy color: '#34391C'

red 52 ◦ green 57 ◦ blue 28

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

Shades of Turtle Green #34391C

Tints of Turtle Green #34391C

RGB

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

 GREEN value IS 57 (22.66% from 255) = 41.61%

 BLUE value IS 28 (11.33% from 255) = 20.44%

R = 37.96%
G = 41.61%
B = 20.44%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.51

 K value IS 0.78

RGB Variations

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

Color information

#34391C (or 0x34391C) is known color: Turtle Green. HEX triplet: 34, 39 and 1C. RGB value is (52,57,28). Sum of RGB (Red+Green+Blue) = 52+57+28=137 (18% of max value = 765). Red value is 52 (20.70% from 255 or 37.96% from 137); Green value is 57 (22.66% from 255 or 41.61% from 137); Blue value is 28 (11.33% from 255 or 20.44% from 137); Max value from RGB is 57 - color contains mainly: green. Hex color #34391C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34391C is #CBC6E3. Grayscale: #343434. Windows color (decimal): -13354724 or 1849652. OLE color: 1849652.

HSL color Cylindrical-coordinate representation of color #34391C: hue angle of 70.34º degrees, saturation: 0.34, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #34391C is Cyan = 0.09, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.78.

Color convert

RGB 52 57 28 -
CMYK 0.09 0 0.51 0.78
HSL 70.34º 0.34% 0.17% -
HSV(B) 70.34º 0.51% 0.22% -
XYZ 3.09 3.74 1.66 -
YUV 52.2 114.34 127.86 -
System Red Green Blue C M Y K H S L
Decimal 52 57 28 0.09 0 0.51 0.78 70.34 0.34 0.17
Hex 34 39 1C 9 0 33 4E 46 22 11
Octal 64 71 34 11 0 63 116 106 42 21
Binary 110100 111001 11100 1001 0 110011 1001110 1000110 100010 10001

Color Harmonies of #34391C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34391C

Black with #34391C

Text Example


Text Example

White with #34391C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,57,28); }

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

background-color css

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

 a { background-color: rgb(52,57,28); }

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

border-color css

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

 span { border-color: rgb(52,57,28); }

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