Html Css Color HEX #354700 Turtle Green

📋 copy color: '#354700'

red 53 ◦ green 71 ◦ blue 0

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

Shades of Turtle Green #354700

Tints of Turtle Green #354700

RGB

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

 GREEN value IS 71 (28.13% from 255) = 57.26%

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

R = 42.74%
G = 57.26%
B = 0%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 1

 K value IS 0.72

RGB Variations

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

Color information

#354700 (or 0x354700) is known color: Turtle Green. HEX triplet: 35, 47 and 00. RGB value is (53,71,0). Sum of RGB (Red+Green+Blue) = 53+71+0=124 (16% of max value = 765). Red value is 53 (21.09% from 255 or 42.74% from 124); Green value is 71 (28.12% from 255 or 57.26% from 124); Blue value is 0 (0.39% from 255 or 0% from 124); Max value from RGB is 71 - color contains mainly: green. Hex color #354700 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #354700 is #CAB8FF. Grayscale: #393939. Windows color (decimal): -13285632 or 18229. OLE color: 18229.

HSL color Cylindrical-coordinate representation of color #354700: hue angle of 75.21º 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 #354700 is Cyan = 0.25, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.72.

Color convert

RGB 53 71 0 -
CMYK 0.25 0 1 0.72
HSL 75.21º 1% 0.14% -
HSV(B) 75.21º 1% 0.28% -
XYZ 3.72 5.26 0.82 -
YUV 57.52 95.54 124.77 -
System Red Green Blue C M Y K H S L
Decimal 53 71 0 0.25 0 1 0.72 75.21 1 0.14
Hex 35 47 0 19 0 64 48 4B 64 E
Octal 65 107 0 31 0 144 110 113 144 16
Binary 110101 1000111 0 11001 0 1100100 1001000 1001011 1100100 1110

Color Harmonies of #354700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354700

Black with #354700

Text Example


Text Example

White with #354700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354700; }

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

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

background-color css

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

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

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

border-color css

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

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

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