Html Css Color HEX #354023 Seaweed

📋 copy color: '#354023'

red 53 ◦ green 64 ◦ blue 35

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

Shades of Seaweed #354023

Tints of Seaweed #354023

RGB

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

 GREEN value IS 64 (25.39% from 255) = 42.11%

 BLUE value IS 35 (14.06% from 255) = 23.03%

R = 34.87%
G = 42.11%
B = 23.03%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.45

 K value IS 0.75

RGB Variations

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

Color information

#354023 (or 0x354023) is known color: Seaweed. HEX triplet: 35, 40 and 23. RGB value is (53,64,35). Sum of RGB (Red+Green+Blue) = 53+64+35=152 (20% of max value = 765). Red value is 53 (21.09% from 255 or 34.87% from 152); Green value is 64 (25.39% from 255 or 42.11% from 152); Blue value is 35 (14.06% from 255 or 23.03% from 152); Max value from RGB is 64 - color contains mainly: green. Hex color #354023 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354023 is #CABFDC. Grayscale: #393939. Windows color (decimal): -13287389 or 2310197. OLE color: 2310197.

HSL color Cylindrical-coordinate representation of color #354023: hue angle of 82.76º degrees, saturation: 0.29, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #354023 is Cyan = 0.17, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.75.

Color convert

RGB 53 64 35 -
CMYK 0.17 0 0.45 0.75
HSL 82.76º 0.29% 0.19% -
HSV(B) 82.76º 0.45% 0.25% -
XYZ 3.6 4.55 2.28 -
YUV 57.41 115.36 124.86 -
System Red Green Blue C M Y K H S L
Decimal 53 64 35 0.17 0 0.45 0.75 82.76 0.29 0.19
Hex 35 40 23 11 0 2D 4B 53 1D 13
Octal 65 100 43 21 0 55 113 123 35 23
Binary 110101 1000000 100011 10001 0 101101 1001011 1010011 11101 10011

Color Harmonies of #354023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354023

Black with #354023

Text Example


Text Example

White with #354023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354023; }

 p { color: rgb(53,64,35); }

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

background-color css

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

 a { background-color: rgb(53,64,35); }

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

border-color css

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

 span { border-color: rgb(53,64,35); }

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