Html Css Color HEX #34441A Turtle Green

📋 copy color: '#34441A'

red 52 ◦ green 68 ◦ blue 26

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

Shades of Turtle Green #34441A

Tints of Turtle Green #34441A

RGB

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

 GREEN value IS 68 (26.95% from 255) = 46.58%

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

R = 35.62%
G = 46.58%
B = 17.81%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.62

 K value IS 0.73

RGB Variations

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

Color information

#34441A (or 0x34441A) is known color: Turtle Green. HEX triplet: 34, 44 and 1A. RGB value is (52,68,26). Sum of RGB (Red+Green+Blue) = 52+68+26=146 (19% of max value = 765). Red value is 52 (20.70% from 255 or 35.62% from 146); Green value is 68 (26.95% from 255 or 46.58% from 146); Blue value is 26 (10.55% from 255 or 17.81% from 146); Max value from RGB is 68 - color contains mainly: green. Hex color #34441A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34441A is #CBBBE5. Grayscale: #3A3A3A. Windows color (decimal): -13351910 or 1721396. OLE color: 1721396.

HSL color Cylindrical-coordinate representation of color #34441A: hue angle of 82.86º degrees, saturation: 0.45, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #34441A is Cyan = 0.24, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.73.

Color convert

RGB 52 68 26 -
CMYK 0.24 0 0.62 0.73
HSL 82.86º 0.45% 0.18% -
HSV(B) 82.86º 0.62% 0.27% -
XYZ 3.67 4.94 1.74 -
YUV 58.43 109.7 123.42 -
System Red Green Blue C M Y K H S L
Decimal 52 68 26 0.24 0 0.62 0.73 82.86 0.45 0.18
Hex 34 44 1A 18 0 3E 49 53 2D 12
Octal 64 104 32 30 0 76 111 123 55 22
Binary 110100 1000100 11010 11000 0 111110 1001001 1010011 101101 10010

Color Harmonies of #34441A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34441A

Black with #34441A

Text Example


Text Example

White with #34441A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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