Html Css Color HEX #353F10 Turtle Green

📋 copy color: '#353F10'

red 53 ◦ green 63 ◦ blue 16

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

Shades of Turtle Green #353F10

Tints of Turtle Green #353F10

RGB

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

 GREEN value IS 63 (25% from 255) = 47.73%

 BLUE value IS 16 (6.64% from 255) = 12.12%

R = 40.15%
G = 47.73%
B = 12.12%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.75

 K value IS 0.75

RGB Variations

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

Color information

#353F10 (or 0x353F10) is known color: Turtle Green. HEX triplet: 35, 3F and 10. RGB value is (53,63,16). Sum of RGB (Red+Green+Blue) = 53+63+16=132 (17% of max value = 765). Red value is 53 (21.09% from 255 or 40.15% from 132); Green value is 63 (25% from 255 or 47.73% from 132); Blue value is 16 (6.64% from 255 or 12.12% from 132); Max value from RGB is 63 - color contains mainly: green. Hex color #353F10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #353F10 is #CAC0EF. Grayscale: #363636. Windows color (decimal): -13287664 or 1064757. OLE color: 1064757.

HSL color Cylindrical-coordinate representation of color #353F10: hue angle of 72.77º degrees, saturation: 0.59, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #353F10 is Cyan = 0.16, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.75.

Color convert

RGB 53 63 16 -
CMYK 0.16 0 0.75 0.75
HSL 72.77º 0.59% 0.15% -
HSV(B) 72.77º 0.75% 0.25% -
XYZ 3.34 4.35 1.15 -
YUV 54.65 106.19 126.82 -
System Red Green Blue C M Y K H S L
Decimal 53 63 16 0.16 0 0.75 0.75 72.77 0.59 0.15
Hex 35 3F 10 10 0 4B 4B 49 3B F
Octal 65 77 20 20 0 113 113 111 73 17
Binary 110101 111111 10000 10000 0 1001011 1001011 1001001 111011 1111

Color Harmonies of #353F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353F10

Black with #353F10

Text Example


Text Example

White with #353F10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353F10; }

 p { color: rgb(53,63,16); }

 H1.HeaderClassName
 {
   color: #353F10;
 }
 .AnyTagClassName
 {
   color: #353F10;
 }
</style>

background-color css

<style>
 a { background-color: #353F10; }

 a { background-color: rgb(53,63,16); }

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

border-color css

<style>
 span { border-color: #353F10; }

 span { border-color: rgb(53,63,16); }

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