Html Css Color HEX #354803 Turtle Green

📋 copy color: '#354803'

red 53 ◦ green 72 ◦ blue 3

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

Shades of Turtle Green #354803

Tints of Turtle Green #354803

RGB

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

 GREEN value IS 72 (28.52% from 255) = 56.25%

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

R = 41.41%
G = 56.25%
B = 2.34%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.96

 K value IS 0.72

RGB Variations

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

Color information

#354803 (or 0x354803) is known color: Turtle Green. HEX triplet: 35, 48 and 03. RGB value is (53,72,3). Sum of RGB (Red+Green+Blue) = 53+72+3=128 (16% of max value = 765). Red value is 53 (21.09% from 255 or 41.41% from 128); Green value is 72 (28.52% from 255 or 56.25% from 128); Blue value is 3 (1.56% from 255 or 2.34% from 128); Max value from RGB is 72 - color contains mainly: green. Hex color #354803 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #354803 is #CAB7FC. Grayscale: #3A3A3A. Windows color (decimal): -13285373 or 215093. OLE color: 215093.

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

Color convert

RGB 53 72 3 -
CMYK 0.26 0 0.96 0.72
HSL 76.52º 0.92% 0.15% -
HSV(B) 76.52º 0.96% 0.28% -
XYZ 3.8 5.4 0.93 -
YUV 58.45 96.71 124.11 -
System Red Green Blue C M Y K H S L
Decimal 53 72 3 0.26 0 0.96 0.72 76.52 0.92 0.15
Hex 35 48 3 1A 0 60 48 4D 5C F
Octal 65 110 3 32 0 140 110 115 134 17
Binary 110101 1001000 11 11010 0 1100000 1001000 1001101 1011100 1111

Color Harmonies of #354803

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354803

Black with #354803

Text Example


Text Example

White with #354803

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354803; }

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

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

background-color css

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

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

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

border-color css

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

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

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