Html Css Color HEX #34401A Turtle Green

📋 copy color: '#34401A'

red 52 ◦ green 64 ◦ blue 26

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

Shades of Turtle Green #34401A

Tints of Turtle Green #34401A

RGB

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

 GREEN value IS 64 (25.39% from 255) = 45.07%

 BLUE value IS 26 (10.55% from 255) = 18.31%

R = 36.62%
G = 45.07%
B = 18.31%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.59

 K value IS 0.75

RGB Variations

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

Color information

#34401A (or 0x34401A) is known color: Turtle Green. HEX triplet: 34, 40 and 1A. RGB value is (52,64,26). Sum of RGB (Red+Green+Blue) = 52+64+26=142 (18% of max value = 765). Red value is 52 (20.70% from 255 or 36.62% from 142); Green value is 64 (25.39% from 255 or 45.07% from 142); Blue value is 26 (10.55% from 255 or 18.31% from 142); Max value from RGB is 64 - color contains mainly: green. Hex color #34401A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34401A is #CBBFE5. Grayscale: #383838. Windows color (decimal): -13352934 or 1720372. OLE color: 1720372.

HSL color Cylindrical-coordinate representation of color #34401A: hue angle of 78.95º degrees, saturation: 0.42, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #34401A is Cyan = 0.19, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.75.

Color convert

RGB 52 64 26 -
CMYK 0.19 0 0.59 0.75
HSL 78.95º 0.42% 0.18% -
HSV(B) 78.95º 0.59% 0.25% -
XYZ 3.44 4.47 1.66 -
YUV 56.08 111.02 125.09 -
System Red Green Blue C M Y K H S L
Decimal 52 64 26 0.19 0 0.59 0.75 78.95 0.42 0.18
Hex 34 40 1A 13 0 3B 4B 4F 2A 12
Octal 64 100 32 23 0 73 113 117 52 22
Binary 110100 1000000 11010 10011 0 111011 1001011 1001111 101010 10010

Color Harmonies of #34401A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34401A

Black with #34401A

Text Example


Text Example

White with #34401A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34401A; }

 p { color: rgb(52,64,26); }

 H1.HeaderClassName
 {
   color: #34401A;
 }
 .AnyTagClassName
 {
   color: #34401A;
 }
</style>

background-color css

<style>
 a { background-color: #34401A; }

 a { background-color: rgb(52,64,26); }

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

border-color css

<style>
 span { border-color: #34401A; }

 span { border-color: rgb(52,64,26); }

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