Html Css Color HEX #34370F Turtle Green

📋 copy color: '#34370F'

red 52 ◦ green 55 ◦ blue 15

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

Shades of Turtle Green #34370F

Tints of Turtle Green #34370F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 12.3%

R = 42.62%
G = 45.08%
B = 12.3%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.73

 K value IS 0.78

RGB Variations

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

Color information

#34370F (or 0x34370F) is known color: Turtle Green. HEX triplet: 34, 37 and 0F. RGB value is (52,55,15). Sum of RGB (Red+Green+Blue) = 52+55+15=122 (16% of max value = 765). Red value is 52 (20.70% from 255 or 42.62% from 122); Green value is 55 (21.88% from 255 or 45.08% from 122); Blue value is 15 (6.25% from 255 or 12.30% from 122); Max value from RGB is 55 - color contains mainly: green. Hex color #34370F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #34370F is #CBC8F0. Grayscale: #313131. Windows color (decimal): -13355249 or 997172. OLE color: 997172.

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

Color convert

RGB 52 55 15 -
CMYK 0.05 0 0.73 0.78
HSL 64.5º 0.57% 0.14% -
HSV(B) 64.5º 0.73% 0.22% -
XYZ 2.87 3.5 0.98 -
YUV 49.54 108.51 129.75 -
System Red Green Blue C M Y K H S L
Decimal 52 55 15 0.05 0 0.73 0.78 64.5 0.57 0.14
Hex 34 37 F 5 0 49 4E 40 39 E
Octal 64 67 17 5 0 111 116 100 71 16
Binary 110100 110111 1111 101 0 1001001 1001110 1000000 111001 1110

Color Harmonies of #34370F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34370F

Black with #34370F

Text Example


Text Example

White with #34370F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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