Html Css Color HEX #34390B Turtle Green

📋 copy color: '#34390B'

red 52 ◦ green 57 ◦ blue 11

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

Shades of Turtle Green #34390B

Tints of Turtle Green #34390B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 9.17%

R = 43.33%
G = 47.5%
B = 9.17%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.81

 K value IS 0.78

RGB Variations

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

Color information

#34390B (or 0x34390B) is known color: Turtle Green. HEX triplet: 34, 39 and 0B. RGB value is (52,57,11). Sum of RGB (Red+Green+Blue) = 52+57+11=120 (15% of max value = 765). Red value is 52 (20.70% from 255 or 43.33% from 120); Green value is 57 (22.66% from 255 or 47.5% from 120); Blue value is 11 (4.69% from 255 or 9.17% from 120); Max value from RGB is 57 - color contains mainly: green. Hex color #34390B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #34390B is #CBC6F4. Grayscale: #323232. Windows color (decimal): -13354741 or 735540. OLE color: 735540.

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

Color convert

RGB 52 57 11 -
CMYK 0.09 0 0.81 0.78
HSL 66.52º 0.68% 0.13% -
HSV(B) 66.52º 0.81% 0.22% -
XYZ 2.94 3.68 0.87 -
YUV 50.26 105.84 129.24 -
System Red Green Blue C M Y K H S L
Decimal 52 57 11 0.09 0 0.81 0.78 66.52 0.68 0.13
Hex 34 39 B 9 0 51 4E 43 44 D
Octal 64 71 13 11 0 121 116 103 104 15
Binary 110100 111001 1011 1001 0 1010001 1001110 1000011 1000100 1101

Color Harmonies of #34390B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34390B

Black with #34390B

Text Example


Text Example

White with #34390B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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