Html Css Color HEX #354800 Turtle Green

📋 copy color: '#354800'

red 53 ◦ green 72 ◦ blue 0

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

Shades of Turtle Green #354800

Tints of Turtle Green #354800

RGB

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

 GREEN value IS 72 (28.52% from 255) = 57.6%

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

R = 42.4%
G = 57.6%
B = 0%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 1

 K value IS 0.72

RGB Variations

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

Color information

#354800 (or 0x354800) is known color: Turtle Green. HEX triplet: 35, 48 and 00. RGB value is (53,72,0). Sum of RGB (Red+Green+Blue) = 53+72+0=125 (16% of max value = 765). Red value is 53 (21.09% from 255 or 42.4% from 125); Green value is 72 (28.52% from 255 or 57.6% from 125); Blue value is 0 (0.39% from 255 or 0% from 125); Max value from RGB is 72 - color contains mainly: green. Hex color #354800 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #354800 is #CAB7FF. Grayscale: #3A3A3A. Windows color (decimal): -13285376 or 18485. OLE color: 18485.

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

Color convert

RGB 53 72 0 -
CMYK 0.26 0 1 0.72
HSL 75.83º 1% 0.14% -
HSV(B) 75.83º 1% 0.28% -
XYZ 3.79 5.39 0.84 -
YUV 58.11 95.21 124.35 -
System Red Green Blue C M Y K H S L
Decimal 53 72 0 0.26 0 1 0.72 75.83 1 0.14
Hex 35 48 0 1A 0 64 48 4C 64 E
Octal 65 110 0 32 0 144 110 114 144 16
Binary 110101 1001000 0 11010 0 1100100 1001000 1001100 1100100 1110

Color Harmonies of #354800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354800

Black with #354800

Text Example


Text Example

White with #354800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354800; }

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

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

background-color css

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

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

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

border-color css

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

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

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