Html Css Color HEX #354600 Turtle Green

📋 copy color: '#354600'

red 53 ◦ green 70 ◦ blue 0

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

Shades of Turtle Green #354600

Tints of Turtle Green #354600

RGB

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

 GREEN value IS 70 (27.73% from 255) = 56.91%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 43.09%
G = 56.91%
B = 0%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 1

 K value IS 0.73

RGB Variations

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

Color information

#354600 (or 0x354600) is known color: Turtle Green. HEX triplet: 35, 46 and 00. RGB value is (53,70,0). Sum of RGB (Red+Green+Blue) = 53+70+0=123 (16% of max value = 765). Red value is 53 (21.09% from 255 or 43.09% from 123); Green value is 70 (27.73% from 255 or 56.91% from 123); Blue value is 0 (0.39% from 255 or 0% from 123); Max value from RGB is 70 - color contains mainly: green. Hex color #354600 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #354600 is #CAB9FF. Grayscale: #393939. Windows color (decimal): -13285888 or 17973. OLE color: 17973.

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

Color convert

RGB 53 70 0 -
CMYK 0.24 0 1 0.73
HSL 74.57º 1% 0.14% -
HSV(B) 74.57º 1% 0.27% -
XYZ 3.66 5.14 0.8 -
YUV 56.94 95.87 125.19 -
System Red Green Blue C M Y K H S L
Decimal 53 70 0 0.24 0 1 0.73 74.57 1 0.14
Hex 35 46 0 18 0 64 49 4B 64 E
Octal 65 106 0 30 0 144 111 113 144 16
Binary 110101 1000110 0 11000 0 1100100 1001001 1001011 1100100 1110

Color Harmonies of #354600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354600

Black with #354600

Text Example


Text Example

White with #354600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354600; }

 p { color: rgb(53,70,0); }

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

background-color css

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

 a { background-color: rgb(53,70,0); }

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

border-color css

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

 span { border-color: rgb(53,70,0); }

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