Html Css Color HEX #34390D Turtle Green

📋 copy color: '#34390D'

red 52 ◦ green 57 ◦ blue 13

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

Shades of Turtle Green #34390D

Tints of Turtle Green #34390D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 10.66%

R = 42.62%
G = 46.72%
B = 10.66%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.77

 K value IS 0.78

RGB Variations

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

Color information

#34390D (or 0x34390D) is known color: Turtle Green. HEX triplet: 34, 39 and 0D. RGB value is (52,57,13). Sum of RGB (Red+Green+Blue) = 52+57+13=122 (16% of max value = 765). Red value is 52 (20.70% from 255 or 42.62% from 122); Green value is 57 (22.66% from 255 or 46.72% from 122); Blue value is 13 (5.47% from 255 or 10.66% from 122); Max value from RGB is 57 - color contains mainly: green. Hex color #34390D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #34390D is #CBC6F2. Grayscale: #323232. Windows color (decimal): -13354739 or 866612. OLE color: 866612.

HSL color Cylindrical-coordinate representation of color #34390D: hue angle of 66.82º degrees, saturation: 0.63, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #34390D is Cyan = 0.09, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.78.

Color convert

RGB 52 57 13 -
CMYK 0.09 0 0.77 0.78
HSL 66.82º 0.63% 0.14% -
HSV(B) 66.82º 0.77% 0.22% -
XYZ 2.95 3.69 0.94 -
YUV 50.49 106.84 129.08 -
System Red Green Blue C M Y K H S L
Decimal 52 57 13 0.09 0 0.77 0.78 66.82 0.63 0.14
Hex 34 39 D 9 0 4D 4E 43 3F E
Octal 64 71 15 11 0 115 116 103 77 16
Binary 110100 111001 1101 1001 0 1001101 1001110 1000011 111111 1110

Color Harmonies of #34390D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34390D

Black with #34390D

Text Example


Text Example

White with #34390D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34390D; }

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

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

background-color css

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

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

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

border-color css

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

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

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