Html Css Color HEX #34391E Turtle Green

📋 copy color: '#34391E'

red 52 ◦ green 57 ◦ blue 30

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

Shades of Turtle Green #34391E

Tints of Turtle Green #34391E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 21.58%

R = 37.41%
G = 41.01%
B = 21.58%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.47

 K value IS 0.78

RGB Variations

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

Color information

#34391E (or 0x34391E) is known color: Turtle Green. HEX triplet: 34, 39 and 1E. RGB value is (52,57,30). Sum of RGB (Red+Green+Blue) = 52+57+30=139 (18% of max value = 765). Red value is 52 (20.70% from 255 or 37.41% from 139); Green value is 57 (22.66% from 255 or 41.01% from 139); Blue value is 30 (12.11% from 255 or 21.58% from 139); Max value from RGB is 57 - color contains mainly: green. Hex color #34391E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34391E is #CBC6E1. Grayscale: #343434. Windows color (decimal): -13354722 or 1980724. OLE color: 1980724.

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

Color convert

RGB 52 57 30 -
CMYK 0.09 0 0.47 0.78
HSL 71.11º 0.31% 0.17% -
HSV(B) 71.11º 0.47% 0.22% -
XYZ 3.11 3.75 1.79 -
YUV 52.43 115.34 127.7 -
System Red Green Blue C M Y K H S L
Decimal 52 57 30 0.09 0 0.47 0.78 71.11 0.31 0.17
Hex 34 39 1E 9 0 2F 4E 47 1F 11
Octal 64 71 36 11 0 57 116 107 37 21
Binary 110100 111001 11110 1001 0 101111 1001110 1000111 11111 10001

Color Harmonies of #34391E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34391E

Black with #34391E

Text Example


Text Example

White with #34391E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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