Html Css Color HEX #354703 Turtle Green

📋 copy color: '#354703'

red 53 ◦ green 71 ◦ blue 3

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

Shades of Turtle Green #354703

Tints of Turtle Green #354703

RGB

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

 GREEN value IS 71 (28.13% from 255) = 55.91%

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

R = 41.73%
G = 55.91%
B = 2.36%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.96

 K value IS 0.72

RGB Variations

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

Color information

#354703 (or 0x354703) is known color: Turtle Green. HEX triplet: 35, 47 and 03. RGB value is (53,71,3). Sum of RGB (Red+Green+Blue) = 53+71+3=127 (16% of max value = 765). Red value is 53 (21.09% from 255 or 41.73% from 127); Green value is 71 (28.12% from 255 or 55.91% from 127); Blue value is 3 (1.56% from 255 or 2.36% from 127); Max value from RGB is 71 - color contains mainly: green. Hex color #354703 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #354703 is #CAB8FC. Grayscale: #3A3A3A. Windows color (decimal): -13285629 or 214837. OLE color: 214837.

HSL color Cylindrical-coordinate representation of color #354703: hue angle of 75.88º 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 #354703 is Cyan = 0.25, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.72.

Color convert

RGB 53 71 3 -
CMYK 0.25 0 0.96 0.72
HSL 75.88º 0.92% 0.15% -
HSV(B) 75.88º 0.96% 0.28% -
XYZ 3.74 5.27 0.91 -
YUV 57.87 97.04 124.53 -
System Red Green Blue C M Y K H S L
Decimal 53 71 3 0.25 0 0.96 0.72 75.88 0.92 0.15
Hex 35 47 3 19 0 60 48 4C 5C F
Octal 65 107 3 31 0 140 110 114 134 17
Binary 110101 1000111 11 11001 0 1100000 1001000 1001100 1011100 1111

Color Harmonies of #354703

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354703

Black with #354703

Text Example


Text Example

White with #354703

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354703; }

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

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

background-color css

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

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

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

border-color css

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

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

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