Html Css Color HEX #35500A Turtle Green

📋 copy color: '#35500A'

red 53 ◦ green 80 ◦ blue 10

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

Shades of Turtle Green #35500A

Tints of Turtle Green #35500A

RGB

 RED value IS 53 (21.09% from 255) = 37.06%

 GREEN value IS 80 (31.64% from 255) = 55.94%

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

R = 37.06%
G = 55.94%
B = 6.99%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.87

 K value IS 0.69

RGB Variations

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

Color information

#35500A (or 0x35500A) is known color: Turtle Green. HEX triplet: 35, 50 and 0A. RGB value is (53,80,10). Sum of RGB (Red+Green+Blue) = 53+80+10=143 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.06% from 143); Green value is 80 (31.64% from 255 or 55.94% from 143); Blue value is 10 (4.30% from 255 or 6.99% from 143); Max value from RGB is 80 - color contains mainly: green. Hex color #35500A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #35500A is #CAAFF5. Grayscale: #404040. Windows color (decimal): -13283318 or 675893. OLE color: 675893.

HSL color Cylindrical-coordinate representation of color #35500A: hue angle of 83.14º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #35500A is Cyan = 0.34, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.69.

Color convert

RGB 53 80 10 -
CMYK 0.34 0 0.87 0.69
HSL 83.14º 0.78% 0.18% -
HSV(B) 83.14º 0.88% 0.31% -
XYZ 4.39 6.52 1.31 -
YUV 63.95 97.55 120.19 -
System Red Green Blue C M Y K H S L
Decimal 53 80 10 0.34 0 0.87 0.69 83.14 0.78 0.18
Hex 35 50 A 22 0 57 45 53 4E 12
Octal 65 120 12 42 0 127 105 123 116 22
Binary 110101 1010000 1010 100010 0 1010111 1000101 1010011 1001110 10010

Color Harmonies of #35500A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35500A

Black with #35500A

Text Example


Text Example

White with #35500A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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