Html Css Color HEX #353C0F Turtle Green

📋 copy color: '#353C0F'

red 53 ◦ green 60 ◦ blue 15

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

Shades of Turtle Green #353C0F

Tints of Turtle Green #353C0F

RGB

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

 GREEN value IS 60 (23.83% from 255) = 46.88%

 BLUE value IS 15 (6.25% from 255) = 11.72%

R = 41.41%
G = 46.88%
B = 11.72%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.75

 K value IS 0.76

RGB Variations

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

Color information

#353C0F (or 0x353C0F) is known color: Turtle Green. HEX triplet: 35, 3C and 0F. RGB value is (53,60,15). Sum of RGB (Red+Green+Blue) = 53+60+15=128 (16% of max value = 765). Red value is 53 (21.09% from 255 or 41.41% from 128); Green value is 60 (23.83% from 255 or 46.88% from 128); Blue value is 15 (6.25% from 255 or 11.72% from 128); Max value from RGB is 60 - color contains mainly: green. Hex color #353C0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #353C0F is #CAC3F0. Grayscale: #343434. Windows color (decimal): -13288433 or 998453. OLE color: 998453.

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

Color convert

RGB 53 60 15 -
CMYK 0.12 0 0.75 0.76
HSL 69.33º 0.6% 0.15% -
HSV(B) 69.33º 0.75% 0.24% -
XYZ 3.17 4.02 1.06 -
YUV 52.78 106.68 128.16 -
System Red Green Blue C M Y K H S L
Decimal 53 60 15 0.12 0 0.75 0.76 69.33 0.6 0.15
Hex 35 3C F C 0 4B 4C 45 3C F
Octal 65 74 17 14 0 113 114 105 74 17
Binary 110101 111100 1111 1100 0 1001011 1001100 1000101 111100 1111

Color Harmonies of #353C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353C0F

Black with #353C0F

Text Example


Text Example

White with #353C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,60,15); }

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

background-color css

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

 a { background-color: rgb(53,60,15); }

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

border-color css

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

 span { border-color: rgb(53,60,15); }

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