Html Css Color HEX #354A01 Turtle Green

📋 copy color: '#354A01'

red 53 ◦ green 74 ◦ blue 1

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

Shades of Turtle Green #354A01

Tints of Turtle Green #354A01

RGB

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

 GREEN value IS 74 (29.3% from 255) = 57.81%

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

R = 41.41%
G = 57.81%
B = 0.78%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.99

 K value IS 0.71

RGB Variations

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

Color information

#354A01 (or 0x354A01) is known color: Turtle Green. HEX triplet: 35, 4A and 01. RGB value is (53,74,1). Sum of RGB (Red+Green+Blue) = 53+74+1=128 (16% of max value = 765). Red value is 53 (21.09% from 255 or 41.41% from 128); Green value is 74 (29.30% from 255 or 57.81% from 128); Blue value is 1 (0.78% from 255 or 0.78% from 128); Max value from RGB is 74 - color contains mainly: green. Hex color #354A01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #354A01 is #CAB5FE. Grayscale: #3B3B3B. Windows color (decimal): -13284863 or 84533. OLE color: 84533.

HSL color Cylindrical-coordinate representation of color #354A01: hue angle of 77.26º 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 #354A01 is Cyan = 0.28, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.71.

Color convert

RGB 53 74 1 -
CMYK 0.28 0 0.99 0.71
HSL 77.26º 0.97% 0.15% -
HSV(B) 77.26º 0.99% 0.29% -
XYZ 3.92 5.66 0.91 -
YUV 59.4 95.04 123.44 -
System Red Green Blue C M Y K H S L
Decimal 53 74 1 0.28 0 0.99 0.71 77.26 0.97 0.15
Hex 35 4A 1 1C 0 63 47 4D 61 F
Octal 65 112 1 34 0 143 107 115 141 17
Binary 110101 1001010 1 11100 0 1100011 1000111 1001101 1100001 1111

Color Harmonies of #354A01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354A01

Black with #354A01

Text Example


Text Example

White with #354A01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354A01; }

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

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

background-color css

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

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

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

border-color css

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

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

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