Html Css Color HEX #353C03 Turtle Green

📋 copy color: '#353C03'

red 53 ◦ green 60 ◦ blue 3

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

Shades of Turtle Green #353C03

Tints of Turtle Green #353C03

RGB

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

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

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

R = 45.69%
G = 51.72%
B = 2.59%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.95

 K value IS 0.76

RGB Variations

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

Color information

#353C03 (or 0x353C03) is known color: Turtle Green. HEX triplet: 35, 3C and 03. RGB value is (53,60,3). Sum of RGB (Red+Green+Blue) = 53+60+3=116 (15% of max value = 765). Red value is 53 (21.09% from 255 or 45.69% from 116); Green value is 60 (23.83% from 255 or 51.72% from 116); Blue value is 3 (1.56% from 255 or 2.59% from 116); Max value from RGB is 60 - color contains mainly: green. Hex color #353C03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #353C03 is #CAC3FC. Grayscale: #333333. Windows color (decimal): -13288445 or 212021. OLE color: 212021.

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

Color convert

RGB 53 60 3 -
CMYK 0.12 0 0.95 0.76
HSL 67.37º 0.9% 0.12% -
HSV(B) 67.37º 0.95% 0.24% -
XYZ 3.1 4 0.69 -
YUV 51.41 100.68 129.13 -
System Red Green Blue C M Y K H S L
Decimal 53 60 3 0.12 0 0.95 0.76 67.37 0.9 0.12
Hex 35 3C 3 C 0 5F 4C 43 5A C
Octal 65 74 3 14 0 137 114 103 132 14
Binary 110101 111100 11 1100 0 1011111 1001100 1000011 1011010 1100

Color Harmonies of #353C03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353C03

Black with #353C03

Text Example


Text Example

White with #353C03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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