Html Css Color HEX #34390F Turtle Green

📋 copy color: '#34390F'

red 52 ◦ green 57 ◦ blue 15

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

Shades of Turtle Green #34390F

Tints of Turtle Green #34390F

RGB

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

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

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

R = 41.94%
G = 45.97%
B = 12.1%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.74

 K value IS 0.78

RGB Variations

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

Color information

#34390F (or 0x34390F) is known color: Turtle Green. HEX triplet: 34, 39 and 0F. RGB value is (52,57,15). Sum of RGB (Red+Green+Blue) = 52+57+15=124 (16% of max value = 765). Red value is 52 (20.70% from 255 or 41.94% from 124); Green value is 57 (22.66% from 255 or 45.97% from 124); Blue value is 15 (6.25% from 255 or 12.10% from 124); Max value from RGB is 57 - color contains mainly: green. Hex color #34390F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #34390F is #CBC6F0. Grayscale: #323232. Windows color (decimal): -13354737 or 997684. OLE color: 997684.

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

Color convert

RGB 52 57 15 -
CMYK 0.09 0 0.74 0.78
HSL 67.14º 0.58% 0.14% -
HSV(B) 67.14º 0.74% 0.22% -
XYZ 2.97 3.69 1.01 -
YUV 50.72 107.84 128.92 -
System Red Green Blue C M Y K H S L
Decimal 52 57 15 0.09 0 0.74 0.78 67.14 0.58 0.14
Hex 34 39 F 9 0 4A 4E 43 3A E
Octal 64 71 17 11 0 112 116 103 72 16
Binary 110100 111001 1111 1001 0 1001010 1001110 1000011 111010 1110

Color Harmonies of #34390F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34390F

Black with #34390F

Text Example


Text Example

White with #34390F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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