Html Css Color HEX #34410E Turtle Green

📋 copy color: '#34410E'

red 52 ◦ green 65 ◦ blue 14

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

Shades of Turtle Green #34410E

Tints of Turtle Green #34410E

RGB

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

 GREEN value IS 65 (25.78% from 255) = 49.62%

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

R = 39.69%
G = 49.62%
B = 10.69%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.78

 K value IS 0.75

RGB Variations

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

Color information

#34410E (or 0x34410E) is known color: Turtle Green. HEX triplet: 34, 41 and 0E. RGB value is (52,65,14). Sum of RGB (Red+Green+Blue) = 52+65+14=131 (17% of max value = 765). Red value is 52 (20.70% from 255 or 39.69% from 131); Green value is 65 (25.78% from 255 or 49.62% from 131); Blue value is 14 (5.86% from 255 or 10.69% from 131); Max value from RGB is 65 - color contains mainly: green. Hex color #34410E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #34410E is #CBBEF1. Grayscale: #373737. Windows color (decimal): -13352690 or 934196. OLE color: 934196.

HSL color Cylindrical-coordinate representation of color #34410E: hue angle of 75.29º degrees, saturation: 0.65, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #34410E is Cyan = 0.20, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.75.

Color convert

RGB 52 65 14 -
CMYK 0.20 0 0.78 0.75
HSL 75.29º 0.65% 0.15% -
HSV(B) 75.29º 0.78% 0.25% -
XYZ 3.39 4.54 1.11 -
YUV 55.3 104.69 125.65 -
System Red Green Blue C M Y K H S L
Decimal 52 65 14 0.20 0 0.78 0.75 75.29 0.65 0.15
Hex 34 41 E 14 0 4E 4B 4B 41 F
Octal 64 101 16 24 0 116 113 113 101 17
Binary 110100 1000001 1110 10100 0 1001110 1001011 1001011 1000001 1111

Color Harmonies of #34410E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34410E

Black with #34410E

Text Example


Text Example

White with #34410E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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