Html Css Color HEX #34350A Turtle Green

📋 copy color: '#34350A'

red 52 ◦ green 53 ◦ blue 10

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

Shades of Turtle Green #34350A

Tints of Turtle Green #34350A

RGB

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

 GREEN value IS 53 (21.09% from 255) = 46.09%

 BLUE value IS 10 (4.3% from 255) = 8.7%

R = 45.22%
G = 46.09%
B = 8.7%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.81

 K value IS 0.79

RGB Variations

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

Color information

#34350A (or 0x34350A) is known color: Turtle Green. HEX triplet: 34, 35 and 0A. RGB value is (52,53,10). Sum of RGB (Red+Green+Blue) = 52+53+10=115 (15% of max value = 765). Red value is 52 (20.70% from 255 or 45.22% from 115); Green value is 53 (21.09% from 255 or 46.09% from 115); Blue value is 10 (4.30% from 255 or 8.70% from 115); Max value from RGB is 53 - color contains mainly: green. Hex color #34350A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #34350A is #CBCAF5. Grayscale: #2F2F2F. Windows color (decimal): -13355766 or 668980. OLE color: 668980.

HSL color Cylindrical-coordinate representation of color #34350A: hue angle of 61.4º degrees, saturation: 0.68, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #34350A is Cyan = 0.02, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.79.

Color convert

RGB 52 53 10 -
CMYK 0.02 0 0.81 0.79
HSL 61.4º 0.68% 0.12% -
HSV(B) 61.4º 0.81% 0.21% -
XYZ 2.74 3.3 0.78 -
YUV 47.8 106.67 131 -
System Red Green Blue C M Y K H S L
Decimal 52 53 10 0.02 0 0.81 0.79 61.4 0.68 0.12
Hex 34 35 A 2 0 51 4F 3D 44 C
Octal 64 65 12 2 0 121 117 75 104 14
Binary 110100 110101 1010 10 0 1010001 1001111 111101 1000100 1100

Color Harmonies of #34350A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34350A

Black with #34350A

Text Example


Text Example

White with #34350A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,53,10); }

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

background-color css

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

 a { background-color: rgb(52,53,10); }

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

border-color css

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

 span { border-color: rgb(52,53,10); }

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