Html Css Color HEX #353D0F Turtle Green

📋 copy color: '#353D0F'

red 53 ◦ green 61 ◦ blue 15

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

Shades of Turtle Green #353D0F

Tints of Turtle Green #353D0F

RGB

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

 GREEN value IS 61 (24.22% from 255) = 47.29%

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

R = 41.09%
G = 47.29%
B = 11.63%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.75

 K value IS 0.76

RGB Variations

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

Color information

#353D0F (or 0x353D0F) is known color: Turtle Green. HEX triplet: 35, 3D and 0F. RGB value is (53,61,15). Sum of RGB (Red+Green+Blue) = 53+61+15=129 (17% of max value = 765). Red value is 53 (21.09% from 255 or 41.09% from 129); Green value is 61 (24.22% from 255 or 47.29% from 129); Blue value is 15 (6.25% from 255 or 11.63% from 129); Max value from RGB is 61 - color contains mainly: green. Hex color #353D0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #353D0F is #CAC2F0. Grayscale: #353535. Windows color (decimal): -13288177 or 998709. OLE color: 998709.

HSL color Cylindrical-coordinate representation of color #353D0F: hue angle of 70.43º degrees, saturation: 0.61, 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 #353D0F is Cyan = 0.13, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.76.

Color convert

RGB 53 61 15 -
CMYK 0.13 0 0.75 0.76
HSL 70.43º 0.61% 0.15% -
HSV(B) 70.43º 0.75% 0.24% -
XYZ 3.22 4.13 1.08 -
YUV 53.36 106.35 127.74 -
System Red Green Blue C M Y K H S L
Decimal 53 61 15 0.13 0 0.75 0.76 70.43 0.61 0.15
Hex 35 3D F D 0 4B 4C 46 3D F
Octal 65 75 17 15 0 113 114 106 75 17
Binary 110101 111101 1111 1101 0 1001011 1001100 1000110 111101 1111

Color Harmonies of #353D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353D0F

Black with #353D0F

Text Example


Text Example

White with #353D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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