Html Css Color HEX #353F25 Seaweed

📋 copy color: '#353F25'

red 53 ◦ green 63 ◦ blue 37

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

Shades of Seaweed #353F25

Tints of Seaweed #353F25

RGB

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

 GREEN value IS 63 (25% from 255) = 41.18%

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

R = 34.64%
G = 41.18%
B = 24.18%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.41

 K value IS 0.75

RGB Variations

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

Color information

#353F25 (or 0x353F25) is known color: Seaweed. HEX triplet: 35, 3F and 25. RGB value is (53,63,37). Sum of RGB (Red+Green+Blue) = 53+63+37=153 (20% of max value = 765). Red value is 53 (21.09% from 255 or 34.64% from 153); Green value is 63 (25% from 255 or 41.18% from 153); Blue value is 37 (14.84% from 255 or 24.18% from 153); Max value from RGB is 63 - color contains mainly: green. Hex color #353F25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353F25 is #CAC0DA. Grayscale: #393939. Windows color (decimal): -13287643 or 2441013. OLE color: 2441013.

HSL color Cylindrical-coordinate representation of color #353F25: hue angle of 83.08º degrees, saturation: 0.26, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #353F25 is Cyan = 0.16, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.75.

Color convert

RGB 53 63 37 -
CMYK 0.16 0 0.41 0.75
HSL 83.08º 0.26% 0.2% -
HSV(B) 83.08º 0.41% 0.25% -
XYZ 3.58 4.45 2.42 -
YUV 57.05 116.69 125.11 -
System Red Green Blue C M Y K H S L
Decimal 53 63 37 0.16 0 0.41 0.75 83.08 0.26 0.2
Hex 35 3F 25 10 0 29 4B 53 1A 14
Octal 65 77 45 20 0 51 113 123 32 24
Binary 110101 111111 100101 10000 0 101001 1001011 1010011 11010 10100

Color Harmonies of #353F25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353F25

Black with #353F25

Text Example


Text Example

White with #353F25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353F25; }

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

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

background-color css

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

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

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

border-color css

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

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

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