Html Css Color HEX #353903 Turtle Green

📋 copy color: '#353903'

red 53 ◦ green 57 ◦ blue 3

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

Shades of Turtle Green #353903

Tints of Turtle Green #353903

RGB

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

 GREEN value IS 57 (22.66% from 255) = 50.44%

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

R = 46.9%
G = 50.44%
B = 2.65%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.95

 K value IS 0.78

RGB Variations

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

Color information

#353903 (or 0x353903) is known color: Turtle Green. HEX triplet: 35, 39 and 03. RGB value is (53,57,3). Sum of RGB (Red+Green+Blue) = 53+57+3=113 (14% of max value = 765). Red value is 53 (21.09% from 255 or 46.90% from 113); Green value is 57 (22.66% from 255 or 50.44% from 113); Blue value is 3 (1.56% from 255 or 2.65% from 113); Max value from RGB is 57 - color contains mainly: green. Hex color #353903 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #353903 is #CAC6FC. Grayscale: #313131. Windows color (decimal): -13289213 or 211253. OLE color: 211253.

HSL color Cylindrical-coordinate representation of color #353903: hue angle of 64.44º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #353903 is Cyan = 0.07, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.78.

Color convert

RGB 53 57 3 -
CMYK 0.07 0 0.95 0.78
HSL 64.44º 0.9% 0.12% -
HSV(B) 64.44º 0.95% 0.22% -
XYZ 2.95 3.69 0.64 -
YUV 49.65 101.67 130.39 -
System Red Green Blue C M Y K H S L
Decimal 53 57 3 0.07 0 0.95 0.78 64.44 0.9 0.12
Hex 35 39 3 7 0 5F 4E 40 5A C
Octal 65 71 3 7 0 137 116 100 132 14
Binary 110101 111001 11 111 0 1011111 1001110 1000000 1011010 1100

Color Harmonies of #353903

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353903

Black with #353903

Text Example


Text Example

White with #353903

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353903; }

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

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

background-color css

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

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

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

border-color css

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

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

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