Html Css Color HEX #354704 Turtle Green

📋 copy color: '#354704'

red 53 ◦ green 71 ◦ blue 4

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

Shades of Turtle Green #354704

Tints of Turtle Green #354704

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 3.13%

R = 41.41%
G = 55.47%
B = 3.13%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.94

 K value IS 0.72

RGB Variations

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

Color information

#354704 (or 0x354704) is known color: Turtle Green. HEX triplet: 35, 47 and 04. RGB value is (53,71,4). Sum of RGB (Red+Green+Blue) = 53+71+4=128 (16% of max value = 765). Red value is 53 (21.09% from 255 or 41.41% from 128); Green value is 71 (28.12% from 255 or 55.47% from 128); Blue value is 4 (1.95% from 255 or 3.12% from 128); Max value from RGB is 71 - color contains mainly: green. Hex color #354704 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #354704 is #CAB8FB. Grayscale: #3A3A3A. Windows color (decimal): -13285628 or 280373. OLE color: 280373.

HSL color Cylindrical-coordinate representation of color #354704: hue angle of 76.12º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #354704 is Cyan = 0.25, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.72.

Color convert

RGB 53 71 4 -
CMYK 0.25 0 0.94 0.72
HSL 76.12º 0.89% 0.15% -
HSV(B) 76.12º 0.94% 0.28% -
XYZ 3.74 5.27 0.94 -
YUV 57.98 97.54 124.45 -
System Red Green Blue C M Y K H S L
Decimal 53 71 4 0.25 0 0.94 0.72 76.12 0.89 0.15
Hex 35 47 4 19 0 5E 48 4C 59 F
Octal 65 107 4 31 0 136 110 114 131 17
Binary 110101 1000111 100 11001 0 1011110 1001000 1001100 1011001 1111

Color Harmonies of #354704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354704

Black with #354704

Text Example


Text Example

White with #354704

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354704; }

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

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

background-color css

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

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

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

border-color css

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

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

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