Html Css Color HEX #34461A Turtle Green

📋 copy color: '#34461A'

red 52 ◦ green 70 ◦ blue 26

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

Shades of Turtle Green #34461A

Tints of Turtle Green #34461A

RGB

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

 GREEN value IS 70 (27.73% from 255) = 47.3%

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

R = 35.14%
G = 47.3%
B = 17.57%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.63

 K value IS 0.73

RGB Variations

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

Color information

#34461A (or 0x34461A) is known color: Turtle Green. HEX triplet: 34, 46 and 1A. RGB value is (52,70,26). Sum of RGB (Red+Green+Blue) = 52+70+26=148 (19% of max value = 765). Red value is 52 (20.70% from 255 or 35.14% from 148); Green value is 70 (27.73% from 255 or 47.30% from 148); Blue value is 26 (10.55% from 255 or 17.57% from 148); Max value from RGB is 70 - color contains mainly: green. Hex color #34461A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34461A is #CBB9E5. Grayscale: #3B3B3B. Windows color (decimal): -13351398 or 1721908. OLE color: 1721908.

HSL color Cylindrical-coordinate representation of color #34461A: hue angle of 84.55º degrees, saturation: 0.46, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #34461A is Cyan = 0.26, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.73.

Color convert

RGB 52 70 26 -
CMYK 0.26 0 0.63 0.73
HSL 84.55º 0.46% 0.19% -
HSV(B) 84.55º 0.63% 0.27% -
XYZ 3.79 5.18 1.78 -
YUV 59.6 109.04 122.58 -
System Red Green Blue C M Y K H S L
Decimal 52 70 26 0.26 0 0.63 0.73 84.55 0.46 0.19
Hex 34 46 1A 1A 0 3F 49 55 2E 13
Octal 64 106 32 32 0 77 111 125 56 23
Binary 110100 1000110 11010 11010 0 111111 1001001 1010101 101110 10011

Color Harmonies of #34461A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34461A

Black with #34461A

Text Example


Text Example

White with #34461A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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