Html Css Color HEX #354919 Turtle Green

📋 copy color: '#354919'

red 53 ◦ green 73 ◦ blue 25

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

Shades of Turtle Green #354919

Tints of Turtle Green #354919

RGB

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

 GREEN value IS 73 (28.91% from 255) = 48.34%

 BLUE value IS 25 (10.16% from 255) = 16.56%

R = 35.1%
G = 48.34%
B = 16.56%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.66

 K value IS 0.71

RGB Variations

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

Color information

#354919 (or 0x354919) is known color: Turtle Green. HEX triplet: 35, 49 and 19. RGB value is (53,73,25). Sum of RGB (Red+Green+Blue) = 53+73+25=151 (20% of max value = 765). Red value is 53 (21.09% from 255 or 35.10% from 151); Green value is 73 (28.91% from 255 or 48.34% from 151); Blue value is 25 (10.16% from 255 or 16.56% from 151); Max value from RGB is 73 - color contains mainly: green. Hex color #354919 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #354919 is #CAB6E6. Grayscale: #3D3D3D. Windows color (decimal): -13285095 or 1657141. OLE color: 1657141.

HSL color Cylindrical-coordinate representation of color #354919: hue angle of 85º degrees, saturation: 0.49, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #354919 is Cyan = 0.27, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.71.

Color convert

RGB 53 73 25 -
CMYK 0.27 0 0.66 0.71
HSL 85º 0.49% 0.19% -
HSV(B) 85º 0.66% 0.29% -
XYZ 4.03 5.59 1.79 -
YUV 61.55 107.37 121.9 -
System Red Green Blue C M Y K H S L
Decimal 53 73 25 0.27 0 0.66 0.71 85 0.49 0.19
Hex 35 49 19 1B 0 42 47 55 31 13
Octal 65 111 31 33 0 102 107 125 61 23
Binary 110101 1001001 11001 11011 0 1000010 1000111 1010101 110001 10011

Color Harmonies of #354919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354919

Black with #354919

Text Example


Text Example

White with #354919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354919; }

 p { color: rgb(53,73,25); }

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

background-color css

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

 a { background-color: rgb(53,73,25); }

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

border-color css

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

 span { border-color: rgb(53,73,25); }

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