Html Css Color HEX #353E11 Turtle Green

📋 copy color: '#353E11'

red 53 ◦ green 62 ◦ blue 17

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

Shades of Turtle Green #353E11

Tints of Turtle Green #353E11

RGB

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

 GREEN value IS 62 (24.61% from 255) = 46.97%

 BLUE value IS 17 (7.03% from 255) = 12.88%

R = 40.15%
G = 46.97%
B = 12.88%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.73

 K value IS 0.76

RGB Variations

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

Color information

#353E11 (or 0x353E11) is known color: Turtle Green. HEX triplet: 35, 3E and 11. RGB value is (53,62,17). Sum of RGB (Red+Green+Blue) = 53+62+17=132 (17% of max value = 765). Red value is 53 (21.09% from 255 or 40.15% from 132); Green value is 62 (24.61% from 255 or 46.97% from 132); Blue value is 17 (7.03% from 255 or 12.88% from 132); Max value from RGB is 62 - color contains mainly: green. Hex color #353E11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #353E11 is #CAC1EE. Grayscale: #363636. Windows color (decimal): -13287919 or 1130037. OLE color: 1130037.

HSL color Cylindrical-coordinate representation of color #353E11: hue angle of 72º degrees, saturation: 0.57, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #353E11 is Cyan = 0.15, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.76.

Color convert

RGB 53 62 17 -
CMYK 0.15 0 0.73 0.76
HSL 72º 0.57% 0.15% -
HSV(B) 72º 0.73% 0.24% -
XYZ 3.29 4.24 1.18 -
YUV 54.18 107.02 127.16 -
System Red Green Blue C M Y K H S L
Decimal 53 62 17 0.15 0 0.73 0.76 72 0.57 0.15
Hex 35 3E 11 F 0 49 4C 48 39 F
Octal 65 76 21 17 0 111 114 110 71 17
Binary 110101 111110 10001 1111 0 1001001 1001100 1001000 111001 1111

Color Harmonies of #353E11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353E11

Black with #353E11

Text Example


Text Example

White with #353E11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,62,17); }

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

background-color css

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

 a { background-color: rgb(53,62,17); }

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

border-color css

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

 span { border-color: rgb(53,62,17); }

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