Html Css Color HEX #354801 Turtle Green

📋 copy color: '#354801'

red 53 ◦ green 72 ◦ blue 1

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

Shades of Turtle Green #354801

Tints of Turtle Green #354801

RGB

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

 GREEN value IS 72 (28.52% from 255) = 57.14%

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

R = 42.06%
G = 57.14%
B = 0.79%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.99

 K value IS 0.72

RGB Variations

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

Color information

#354801 (or 0x354801) is known color: Turtle Green. HEX triplet: 35, 48 and 01. RGB value is (53,72,1). Sum of RGB (Red+Green+Blue) = 53+72+1=126 (16% of max value = 765). Red value is 53 (21.09% from 255 or 42.06% from 126); Green value is 72 (28.52% from 255 or 57.14% from 126); Blue value is 1 (0.78% from 255 or 0.79% from 126); Max value from RGB is 72 - color contains mainly: green. Hex color #354801 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #354801 is #CAB7FE. Grayscale: #3A3A3A. Windows color (decimal): -13285375 or 84021. OLE color: 84021.

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

Color convert

RGB 53 72 1 -
CMYK 0.26 0 0.99 0.72
HSL 76.06º 0.97% 0.14% -
HSV(B) 76.06º 0.99% 0.28% -
XYZ 3.79 5.39 0.87 -
YUV 58.23 95.71 124.27 -
System Red Green Blue C M Y K H S L
Decimal 53 72 1 0.26 0 0.99 0.72 76.06 0.97 0.14
Hex 35 48 1 1A 0 63 48 4C 61 E
Octal 65 110 1 32 0 143 110 114 141 16
Binary 110101 1001000 1 11010 0 1100011 1001000 1001100 1100001 1110

Color Harmonies of #354801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354801

Black with #354801

Text Example


Text Example

White with #354801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354801; }

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

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

background-color css

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

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

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

border-color css

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

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

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