Html Css Color HEX #354005 Turtle Green

📋 copy color: '#354005'

red 53 ◦ green 64 ◦ blue 5

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

Shades of Turtle Green #354005

Tints of Turtle Green #354005

RGB

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

 GREEN value IS 64 (25.39% from 255) = 52.46%

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

R = 43.44%
G = 52.46%
B = 4.1%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.92

 K value IS 0.75

RGB Variations

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

Color information

#354005 (or 0x354005) is known color: Turtle Green. HEX triplet: 35, 40 and 05. RGB value is (53,64,5). Sum of RGB (Red+Green+Blue) = 53+64+5=122 (16% of max value = 765). Red value is 53 (21.09% from 255 or 43.44% from 122); Green value is 64 (25.39% from 255 or 52.46% from 122); Blue value is 5 (2.34% from 255 or 4.10% from 122); Max value from RGB is 64 - color contains mainly: green. Hex color #354005 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #354005 is #CABFFA. Grayscale: #363636. Windows color (decimal): -13287419 or 344117. OLE color: 344117.

HSL color Cylindrical-coordinate representation of color #354005: hue angle of 71.19º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #354005 is Cyan = 0.17, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.75.

Color convert

RGB 53 64 5 -
CMYK 0.17 0 0.92 0.75
HSL 71.19º 0.86% 0.14% -
HSV(B) 71.19º 0.92% 0.25% -
XYZ 3.33 4.43 0.82 -
YUV 53.99 100.36 127.3 -
System Red Green Blue C M Y K H S L
Decimal 53 64 5 0.17 0 0.92 0.75 71.19 0.86 0.14
Hex 35 40 5 11 0 5C 4B 47 56 E
Octal 65 100 5 21 0 134 113 107 126 16
Binary 110101 1000000 101 10001 0 1011100 1001011 1000111 1010110 1110

Color Harmonies of #354005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354005

Black with #354005

Text Example


Text Example

White with #354005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354005; }

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

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

background-color css

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

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

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

border-color css

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

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

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