Html Css Color HEX #354701 Turtle Green

📋 copy color: '#354701'

red 53 ◦ green 71 ◦ blue 1

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

Shades of Turtle Green #354701

Tints of Turtle Green #354701

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.8%

R = 42.4%
G = 56.8%
B = 0.8%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.99

 K value IS 0.72

RGB Variations

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

Color information

#354701 (or 0x354701) is known color: Turtle Green. HEX triplet: 35, 47 and 01. RGB value is (53,71,1). Sum of RGB (Red+Green+Blue) = 53+71+1=125 (16% of max value = 765). Red value is 53 (21.09% from 255 or 42.4% from 125); Green value is 71 (28.12% from 255 or 56.8% from 125); Blue value is 1 (0.78% from 255 or 0.8% from 125); Max value from RGB is 71 - color contains mainly: green. Hex color #354701 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #354701 is #CAB8FE. Grayscale: #393939. Windows color (decimal): -13285631 or 83765. OLE color: 83765.

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

Color convert

RGB 53 71 1 -
CMYK 0.25 0 0.99 0.72
HSL 75.43º 0.97% 0.14% -
HSV(B) 75.43º 0.99% 0.28% -
XYZ 3.73 5.27 0.85 -
YUV 57.64 96.04 124.69 -
System Red Green Blue C M Y K H S L
Decimal 53 71 1 0.25 0 0.99 0.72 75.43 0.97 0.14
Hex 35 47 1 19 0 63 48 4B 61 E
Octal 65 107 1 31 0 143 110 113 141 16
Binary 110101 1000111 1 11001 0 1100011 1001000 1001011 1100001 1110

Color Harmonies of #354701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354701

Black with #354701

Text Example


Text Example

White with #354701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354701; }

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

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

background-color css

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

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

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

border-color css

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

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

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