Html Css Color HEX #354505 Turtle Green

📋 copy color: '#354505'

red 53 ◦ green 69 ◦ blue 5

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

Shades of Turtle Green #354505

Tints of Turtle Green #354505

RGB

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

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

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

R = 41.73%
G = 54.33%
B = 3.94%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.93

 K value IS 0.73

RGB Variations

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

Color information

#354505 (or 0x354505) is known color: Turtle Green. HEX triplet: 35, 45 and 05. RGB value is (53,69,5). Sum of RGB (Red+Green+Blue) = 53+69+5=127 (16% of max value = 765). Red value is 53 (21.09% from 255 or 41.73% from 127); Green value is 69 (27.34% from 255 or 54.33% from 127); Blue value is 5 (2.34% from 255 or 3.94% from 127); Max value from RGB is 69 - color contains mainly: green. Hex color #354505 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #354505 is #CABAFA. Grayscale: #393939. Windows color (decimal): -13286139 or 345397. OLE color: 345397.

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

Color convert

RGB 53 69 5 -
CMYK 0.23 0 0.93 0.73
HSL 75º 0.86% 0.15% -
HSV(B) 75º 0.93% 0.27% -
XYZ 3.62 5.02 0.92 -
YUV 56.92 98.7 125.2 -
System Red Green Blue C M Y K H S L
Decimal 53 69 5 0.23 0 0.93 0.73 75 0.86 0.15
Hex 35 45 5 17 0 5D 49 4B 56 F
Octal 65 105 5 27 0 135 111 113 126 17
Binary 110101 1000101 101 10111 0 1011101 1001001 1001011 1010110 1111

Color Harmonies of #354505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354505

Black with #354505

Text Example


Text Example

White with #354505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354505; }

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

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

background-color css

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

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

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

border-color css

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

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

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