Html Css Color HEX #34360F Turtle Green

📋 copy color: '#34360F'

red 52 ◦ green 54 ◦ blue 15

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

Shades of Turtle Green #34360F

Tints of Turtle Green #34360F

RGB

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

 GREEN value IS 54 (21.48% from 255) = 44.63%

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

R = 42.98%
G = 44.63%
B = 12.4%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.72

 K value IS 0.79

RGB Variations

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

Color information

#34360F (or 0x34360F) is known color: Turtle Green. HEX triplet: 34, 36 and 0F. RGB value is (52,54,15). Sum of RGB (Red+Green+Blue) = 52+54+15=121 (16% of max value = 765). Red value is 52 (20.70% from 255 or 42.98% from 121); Green value is 54 (21.48% from 255 or 44.63% from 121); Blue value is 15 (6.25% from 255 or 12.40% from 121); Max value from RGB is 54 - color contains mainly: green. Hex color #34360F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #34360F is #CBC9F0. Grayscale: #313131. Windows color (decimal): -13355505 or 996916. OLE color: 996916.

HSL color Cylindrical-coordinate representation of color #34360F: hue angle of 63.08º degrees, saturation: 0.57, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #34360F is Cyan = 0.04, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.79.

Color convert

RGB 52 54 15 -
CMYK 0.04 0 0.72 0.79
HSL 63.08º 0.57% 0.14% -
HSV(B) 63.08º 0.72% 0.21% -
XYZ 2.82 3.4 0.96 -
YUV 48.96 108.84 130.17 -
System Red Green Blue C M Y K H S L
Decimal 52 54 15 0.04 0 0.72 0.79 63.08 0.57 0.14
Hex 34 36 F 4 0 48 4F 3F 39 E
Octal 64 66 17 4 0 110 117 77 71 16
Binary 110100 110110 1111 100 0 1001000 1001111 111111 111001 1110

Color Harmonies of #34360F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34360F

Black with #34360F

Text Example


Text Example

White with #34360F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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