Html Css Color HEX #354903 Turtle Green

📋 copy color: '#354903'

red 53 ◦ green 73 ◦ blue 3

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

Shades of Turtle Green #354903

Tints of Turtle Green #354903

RGB

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

 GREEN value IS 73 (28.91% from 255) = 56.59%

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

R = 41.09%
G = 56.59%
B = 2.33%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.96

 K value IS 0.71

RGB Variations

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

Color information

#354903 (or 0x354903) is known color: Turtle Green. HEX triplet: 35, 49 and 03. RGB value is (53,73,3). Sum of RGB (Red+Green+Blue) = 53+73+3=129 (17% of max value = 765). Red value is 53 (21.09% from 255 or 41.09% from 129); Green value is 73 (28.91% from 255 or 56.59% from 129); Blue value is 3 (1.56% from 255 or 2.33% from 129); Max value from RGB is 73 - color contains mainly: green. Hex color #354903 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #354903 is #CAB6FC. Grayscale: #3B3B3B. Windows color (decimal): -13285117 or 215349. OLE color: 215349.

HSL color Cylindrical-coordinate representation of color #354903: hue angle of 77.14º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #354903 is Cyan = 0.27, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.71.

Color convert

RGB 53 73 3 -
CMYK 0.27 0 0.96 0.71
HSL 77.14º 0.92% 0.15% -
HSV(B) 77.14º 0.96% 0.29% -
XYZ 3.87 5.53 0.95 -
YUV 59.04 96.37 123.69 -
System Red Green Blue C M Y K H S L
Decimal 53 73 3 0.27 0 0.96 0.71 77.14 0.92 0.15
Hex 35 49 3 1B 0 60 47 4D 5C F
Octal 65 111 3 33 0 140 107 115 134 17
Binary 110101 1001001 11 11011 0 1100000 1000111 1001101 1011100 1111

Color Harmonies of #354903

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354903

Black with #354903

Text Example


Text Example

White with #354903

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354903; }

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

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

background-color css

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

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

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

border-color css

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

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

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