Html Css Color HEX #354501 Turtle Green

📋 copy color: '#354501'

red 53 ◦ green 69 ◦ blue 1

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

Shades of Turtle Green #354501

Tints of Turtle Green #354501

RGB

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

 GREEN value IS 69 (27.34% from 255) = 56.1%

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

R = 43.09%
G = 56.1%
B = 0.81%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.99

 K value IS 0.73

RGB Variations

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

Color information

#354501 (or 0x354501) is known color: Turtle Green. HEX triplet: 35, 45 and 01. RGB value is (53,69,1). Sum of RGB (Red+Green+Blue) = 53+69+1=123 (16% of max value = 765). Red value is 53 (21.09% from 255 or 43.09% from 123); Green value is 69 (27.34% from 255 or 56.10% from 123); Blue value is 1 (0.78% from 255 or 0.81% from 123); Max value from RGB is 69 - color contains mainly: green. Hex color #354501 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #354501 is #CABAFE. Grayscale: #383838. Windows color (decimal): -13286143 or 83253. OLE color: 83253.

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

Color convert

RGB 53 69 1 -
CMYK 0.23 0 0.99 0.73
HSL 74.12º 0.97% 0.14% -
HSV(B) 74.12º 0.99% 0.27% -
XYZ 3.6 5.02 0.81 -
YUV 56.46 96.7 125.53 -
System Red Green Blue C M Y K H S L
Decimal 53 69 1 0.23 0 0.99 0.73 74.12 0.97 0.14
Hex 35 45 1 17 0 63 49 4A 61 E
Octal 65 105 1 27 0 143 111 112 141 16
Binary 110101 1000101 1 10111 0 1100011 1001001 1001010 1100001 1110

Color Harmonies of #354501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354501

Black with #354501

Text Example


Text Example

White with #354501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354501; }

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

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

background-color css

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

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

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

border-color css

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

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

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