Html Css Color HEX #354603 Turtle Green

📋 copy color: '#354603'

red 53 ◦ green 70 ◦ blue 3

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

Shades of Turtle Green #354603

Tints of Turtle Green #354603

RGB

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

 GREEN value IS 70 (27.73% from 255) = 55.56%

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

R = 42.06%
G = 55.56%
B = 2.38%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.96

 K value IS 0.73

RGB Variations

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

Color information

#354603 (or 0x354603) is known color: Turtle Green. HEX triplet: 35, 46 and 03. RGB value is (53,70,3). Sum of RGB (Red+Green+Blue) = 53+70+3=126 (16% of max value = 765). Red value is 53 (21.09% from 255 or 42.06% from 126); Green value is 70 (27.73% from 255 or 55.56% from 126); Blue value is 3 (1.56% from 255 or 2.38% from 126); Max value from RGB is 70 - color contains mainly: green. Hex color #354603 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #354603 is #CAB9FC. Grayscale: #393939. Windows color (decimal): -13285885 or 214581. OLE color: 214581.

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

Color convert

RGB 53 70 3 -
CMYK 0.24 0 0.96 0.73
HSL 75.22º 0.92% 0.14% -
HSV(B) 75.22º 0.96% 0.27% -
XYZ 3.67 5.14 0.89 -
YUV 57.28 97.37 124.95 -
System Red Green Blue C M Y K H S L
Decimal 53 70 3 0.24 0 0.96 0.73 75.22 0.92 0.14
Hex 35 46 3 18 0 60 49 4B 5C E
Octal 65 106 3 30 0 140 111 113 134 16
Binary 110101 1000110 11 11000 0 1100000 1001001 1001011 1011100 1110

Color Harmonies of #354603

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354603

Black with #354603

Text Example


Text Example

White with #354603

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354603; }

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

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

background-color css

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

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

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

border-color css

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

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

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