Html Css Color HEX #354901 Turtle Green

📋 copy color: '#354901'

red 53 ◦ green 73 ◦ blue 1

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

Shades of Turtle Green #354901

Tints of Turtle Green #354901

RGB

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

 GREEN value IS 73 (28.91% from 255) = 57.48%

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

R = 41.73%
G = 57.48%
B = 0.79%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.99

 K value IS 0.71

RGB Variations

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

Color information

#354901 (or 0x354901) is known color: Turtle Green. HEX triplet: 35, 49 and 01. RGB value is (53,73,1). Sum of RGB (Red+Green+Blue) = 53+73+1=127 (16% of max value = 765). Red value is 53 (21.09% from 255 or 41.73% from 127); Green value is 73 (28.91% from 255 or 57.48% from 127); Blue value is 1 (0.78% from 255 or 0.79% from 127); Max value from RGB is 73 - color contains mainly: green. Hex color #354901 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #354901 is #CAB6FE. Grayscale: #3B3B3B. Windows color (decimal): -13285119 or 84277. OLE color: 84277.

HSL color Cylindrical-coordinate representation of color #354901: hue angle of 76.67º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #354901 is Cyan = 0.27, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.71.

Color convert

RGB 53 73 1 -
CMYK 0.27 0 0.99 0.71
HSL 76.67º 0.97% 0.15% -
HSV(B) 76.67º 0.99% 0.29% -
XYZ 3.86 5.52 0.89 -
YUV 58.81 95.37 123.85 -
System Red Green Blue C M Y K H S L
Decimal 53 73 1 0.27 0 0.99 0.71 76.67 0.97 0.15
Hex 35 49 1 1B 0 63 47 4D 61 F
Octal 65 111 1 33 0 143 107 115 141 17
Binary 110101 1001001 1 11011 0 1100011 1000111 1001101 1100001 1111

Color Harmonies of #354901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354901

Black with #354901

Text Example


Text Example

White with #354901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354901; }

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

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

background-color css

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

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

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

border-color css

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

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

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