Html Css Color HEX #354625 Seaweed

📋 copy color: '#354625'

red 53 ◦ green 70 ◦ blue 37

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

Shades of Seaweed #354625

Tints of Seaweed #354625

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 23.13%

R = 33.13%
G = 43.75%
B = 23.13%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.47

 K value IS 0.73

RGB Variations

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

Color information

#354625 (or 0x354625) is known color: Seaweed. HEX triplet: 35, 46 and 25. RGB value is (53,70,37). Sum of RGB (Red+Green+Blue) = 53+70+37=160 (21% of max value = 765). Red value is 53 (21.09% from 255 or 33.12% from 160); Green value is 70 (27.73% from 255 or 43.75% from 160); Blue value is 37 (14.84% from 255 or 23.12% from 160); Max value from RGB is 70 - color contains mainly: green. Hex color #354625 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354625 is #CAB9DA. Grayscale: #3D3D3D. Windows color (decimal): -13285851 or 2442805. OLE color: 2442805.

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

Color convert

RGB 53 70 37 -
CMYK 0.24 0 0.47 0.73
HSL 90.91º 0.31% 0.21% -
HSV(B) 90.91º 0.47% 0.27% -
XYZ 3.99 5.27 2.56 -
YUV 61.16 114.37 122.18 -
System Red Green Blue C M Y K H S L
Decimal 53 70 37 0.24 0 0.47 0.73 90.91 0.31 0.21
Hex 35 46 25 18 0 2F 49 5B 1F 15
Octal 65 106 45 30 0 57 111 133 37 25
Binary 110101 1000110 100101 11000 0 101111 1001001 1011011 11111 10101

Color Harmonies of #354625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354625

Black with #354625

Text Example


Text Example

White with #354625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354625; }

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

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

background-color css

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

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

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

border-color css

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

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

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