Html Css Color HEX #34410C Turtle Green

📋 copy color: '#34410C'

red 52 ◦ green 65 ◦ blue 12

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

Shades of Turtle Green #34410C

Tints of Turtle Green #34410C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 9.3%

R = 40.31%
G = 50.39%
B = 9.3%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.82

 K value IS 0.75

RGB Variations

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

Color information

#34410C (or 0x34410C) is known color: Turtle Green. HEX triplet: 34, 41 and 0C. RGB value is (52,65,12). Sum of RGB (Red+Green+Blue) = 52+65+12=129 (17% of max value = 765). Red value is 52 (20.70% from 255 or 40.31% from 129); Green value is 65 (25.78% from 255 or 50.39% from 129); Blue value is 12 (5.08% from 255 or 9.30% from 129); Max value from RGB is 65 - color contains mainly: green. Hex color #34410C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #34410C is #CBBEF3. Grayscale: #373737. Windows color (decimal): -13352692 or 803124. OLE color: 803124.

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

Color convert

RGB 52 65 12 -
CMYK 0.20 0 0.82 0.75
HSL 74.72º 0.69% 0.15% -
HSV(B) 74.72º 0.82% 0.25% -
XYZ 3.37 4.54 1.05 -
YUV 55.07 103.69 125.81 -
System Red Green Blue C M Y K H S L
Decimal 52 65 12 0.20 0 0.82 0.75 74.72 0.69 0.15
Hex 34 41 C 14 0 52 4B 4B 45 F
Octal 64 101 14 24 0 122 113 113 105 17
Binary 110100 1000001 1100 10100 0 1010010 1001011 1001011 1000101 1111

Color Harmonies of #34410C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34410C

Black with #34410C

Text Example


Text Example

White with #34410C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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