Html Css Color HEX #353603 Turtle Green

📋 copy color: '#353603'

red 53 ◦ green 54 ◦ blue 3

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

Shades of Turtle Green #353603

Tints of Turtle Green #353603

RGB

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

 GREEN value IS 54 (21.48% from 255) = 49.09%

 BLUE value IS 3 (1.56% from 255) = 2.73%

R = 48.18%
G = 49.09%
B = 2.73%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.94

 K value IS 0.79

RGB Variations

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

Color information

#353603 (or 0x353603) is known color: Turtle Green. HEX triplet: 35, 36 and 03. RGB value is (53,54,3). Sum of RGB (Red+Green+Blue) = 53+54+3=110 (14% of max value = 765). Red value is 53 (21.09% from 255 or 48.18% from 110); Green value is 54 (21.48% from 255 or 49.09% from 110); Blue value is 3 (1.56% from 255 or 2.73% from 110); Max value from RGB is 54 - color contains mainly: green. Hex color #353603 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #353603 is #CAC9FC. Grayscale: #303030. Windows color (decimal): -13289981 or 210485. OLE color: 210485.

HSL color Cylindrical-coordinate representation of color #353603: hue angle of 61.18º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #353603 is Cyan = 0.02, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 54 3 -
CMYK 0.02 0 0.94 0.79
HSL 61.18º 0.89% 0.11% -
HSV(B) 61.18º 0.94% 0.21% -
XYZ 2.8 3.4 0.59 -
YUV 47.89 102.67 131.65 -
System Red Green Blue C M Y K H S L
Decimal 53 54 3 0.02 0 0.94 0.79 61.18 0.89 0.11
Hex 35 36 3 2 0 5E 4F 3D 59 B
Octal 65 66 3 2 0 136 117 75 131 13
Binary 110101 110110 11 10 0 1011110 1001111 111101 1011001 1011

Color Harmonies of #353603

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353603

Black with #353603

Text Example


Text Example

White with #353603

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353603; }

 p { color: rgb(53,54,3); }

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

background-color css

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

 a { background-color: rgb(53,54,3); }

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

border-color css

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

 span { border-color: rgb(53,54,3); }

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