Html Css Color HEX #353B18 Turtle Green

📋 copy color: '#353B18'

red 53 ◦ green 59 ◦ blue 24

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

Shades of Turtle Green #353B18

Tints of Turtle Green #353B18

RGB

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

 GREEN value IS 59 (23.44% from 255) = 43.38%

 BLUE value IS 24 (9.77% from 255) = 17.65%

R = 38.97%
G = 43.38%
B = 17.65%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.59

 K value IS 0.77

RGB Variations

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

Color information

#353B18 (or 0x353B18) is known color: Turtle Green. HEX triplet: 35, 3B and 18. RGB value is (53,59,24). Sum of RGB (Red+Green+Blue) = 53+59+24=136 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.97% from 136); Green value is 59 (23.44% from 255 or 43.38% from 136); Blue value is 24 (9.77% from 255 or 17.65% from 136); Max value from RGB is 59 - color contains mainly: green. Hex color #353B18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #353B18 is #CAC4E7. Grayscale: #353535. Windows color (decimal): -13288680 or 1588021. OLE color: 1588021.

HSL color Cylindrical-coordinate representation of color #353B18: hue angle of 70.29º degrees, saturation: 0.42, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #353B18 is Cyan = 0.10, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.77.

Color convert

RGB 53 59 24 -
CMYK 0.10 0 0.59 0.77
HSL 70.29º 0.42% 0.16% -
HSV(B) 70.29º 0.59% 0.23% -
XYZ 3.2 3.95 1.46 -
YUV 53.22 111.51 127.85 -
System Red Green Blue C M Y K H S L
Decimal 53 59 24 0.10 0 0.59 0.77 70.29 0.42 0.16
Hex 35 3B 18 A 0 3B 4D 46 2A 10
Octal 65 73 30 12 0 73 115 106 52 20
Binary 110101 111011 11000 1010 0 111011 1001101 1000110 101010 10000

Color Harmonies of #353B18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353B18

Black with #353B18

Text Example


Text Example

White with #353B18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,59,24); }

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

background-color css

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

 a { background-color: rgb(53,59,24); }

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

border-color css

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

 span { border-color: rgb(53,59,24); }

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