Html Css Color HEX #34370E Turtle Green

📋 copy color: '#34370E'

red 52 ◦ green 55 ◦ blue 14

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

Shades of Turtle Green #34370E

Tints of Turtle Green #34370E

RGB

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

 GREEN value IS 55 (21.88% from 255) = 45.45%

 BLUE value IS 14 (5.86% from 255) = 11.57%

R = 42.98%
G = 45.45%
B = 11.57%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.75

 K value IS 0.78

RGB Variations

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

Color information

#34370E (or 0x34370E) is known color: Turtle Green. HEX triplet: 34, 37 and 0E. RGB value is (52,55,14). Sum of RGB (Red+Green+Blue) = 52+55+14=121 (16% of max value = 765). Red value is 52 (20.70% from 255 or 42.98% from 121); Green value is 55 (21.88% from 255 or 45.45% from 121); Blue value is 14 (5.86% from 255 or 11.57% from 121); Max value from RGB is 55 - color contains mainly: green. Hex color #34370E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #34370E is #CBC8F1. Grayscale: #313131. Windows color (decimal): -13355250 or 931636. OLE color: 931636.

HSL color Cylindrical-coordinate representation of color #34370E: hue angle of 64.39º degrees, saturation: 0.59, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #34370E is Cyan = 0.05, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.78.

Color convert

RGB 52 55 14 -
CMYK 0.05 0 0.75 0.78
HSL 64.39º 0.59% 0.14% -
HSV(B) 64.39º 0.75% 0.22% -
XYZ 2.86 3.49 0.94 -
YUV 49.43 108.01 129.83 -
System Red Green Blue C M Y K H S L
Decimal 52 55 14 0.05 0 0.75 0.78 64.39 0.59 0.14
Hex 34 37 E 5 0 4B 4E 40 3B E
Octal 64 67 16 5 0 113 116 100 73 16
Binary 110100 110111 1110 101 0 1001011 1001110 1000000 111011 1110

Color Harmonies of #34370E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34370E

Black with #34370E

Text Example


Text Example

White with #34370E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,55,14); }

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

background-color css

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

 a { background-color: rgb(52,55,14); }

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

border-color css

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

 span { border-color: rgb(52,55,14); }

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