Html Css Color HEX #354702 Turtle Green

📋 copy color: '#354702'

red 53 ◦ green 71 ◦ blue 2

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

Shades of Turtle Green #354702

Tints of Turtle Green #354702

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.59%

R = 42.06%
G = 56.35%
B = 1.59%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.97

 K value IS 0.72

RGB Variations

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

Color information

#354702 (or 0x354702) is known color: Turtle Green. HEX triplet: 35, 47 and 02. RGB value is (53,71,2). Sum of RGB (Red+Green+Blue) = 53+71+2=126 (16% of max value = 765). Red value is 53 (21.09% from 255 or 42.06% from 126); Green value is 71 (28.12% from 255 or 56.35% from 126); Blue value is 2 (1.17% from 255 or 1.59% from 126); Max value from RGB is 71 - color contains mainly: green. Hex color #354702 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #354702 is #CAB8FD. Grayscale: #3A3A3A. Windows color (decimal): -13285630 or 149301. OLE color: 149301.

HSL color Cylindrical-coordinate representation of color #354702: hue angle of 75.65º degrees, saturation: 0.95, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #354702 is Cyan = 0.25, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.72.

Color convert

RGB 53 71 2 -
CMYK 0.25 0 0.97 0.72
HSL 75.65º 0.95% 0.14% -
HSV(B) 75.65º 0.97% 0.28% -
XYZ 3.73 5.27 0.88 -
YUV 57.75 96.54 124.61 -
System Red Green Blue C M Y K H S L
Decimal 53 71 2 0.25 0 0.97 0.72 75.65 0.95 0.14
Hex 35 47 2 19 0 61 48 4C 5F E
Octal 65 107 2 31 0 141 110 114 137 16
Binary 110101 1000111 10 11001 0 1100001 1001000 1001100 1011111 1110

Color Harmonies of #354702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354702

Black with #354702

Text Example


Text Example

White with #354702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354702; }

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

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

background-color css

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

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

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

border-color css

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

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

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