Html Css Color HEX #354905 Turtle Green

📋 copy color: '#354905'

red 53 ◦ green 73 ◦ blue 5

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

Shades of Turtle Green #354905

Tints of Turtle Green #354905

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 3.82%

R = 40.46%
G = 55.73%
B = 3.82%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.93

 K value IS 0.71

RGB Variations

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

Color information

#354905 (or 0x354905) is known color: Turtle Green. HEX triplet: 35, 49 and 05. RGB value is (53,73,5). Sum of RGB (Red+Green+Blue) = 53+73+5=131 (17% of max value = 765). Red value is 53 (21.09% from 255 or 40.46% from 131); Green value is 73 (28.91% from 255 or 55.73% from 131); Blue value is 5 (2.34% from 255 or 3.82% from 131); Max value from RGB is 73 - color contains mainly: green. Hex color #354905 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #354905 is #CAB6FA. Grayscale: #3B3B3B. Windows color (decimal): -13285115 or 346421. OLE color: 346421.

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

Color convert

RGB 53 73 5 -
CMYK 0.27 0 0.93 0.71
HSL 77.65º 0.87% 0.15% -
HSV(B) 77.65º 0.93% 0.29% -
XYZ 3.88 5.53 1.01 -
YUV 59.27 97.37 123.53 -
System Red Green Blue C M Y K H S L
Decimal 53 73 5 0.27 0 0.93 0.71 77.65 0.87 0.15
Hex 35 49 5 1B 0 5D 47 4E 57 F
Octal 65 111 5 33 0 135 107 116 127 17
Binary 110101 1001001 101 11011 0 1011101 1000111 1001110 1010111 1111

Color Harmonies of #354905

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354905

Black with #354905

Text Example


Text Example

White with #354905

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354905; }

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

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

background-color css

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

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

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

border-color css

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

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

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