Html Css Color HEX #374F20 Seaweed

📋 copy color: '#374F20'

red 55 ◦ green 79 ◦ blue 32

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

Shades of Seaweed #374F20

Tints of Seaweed #374F20

RGB

 RED value IS 55 (21.88% from 255) = 33.13%

 GREEN value IS 79 (31.25% from 255) = 47.59%

 BLUE value IS 32 (12.89% from 255) = 19.28%

R = 33.13%
G = 47.59%
B = 19.28%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.59

 K value IS 0.69

RGB Variations

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

Color information

#374F20 (or 0x374F20) is known color: Seaweed. HEX triplet: 37, 4F and 20. RGB value is (55,79,32). Sum of RGB (Red+Green+Blue) = 55+79+32=166 (21% of max value = 765). Red value is 55 (21.88% from 255 or 33.13% from 166); Green value is 79 (31.25% from 255 or 47.59% from 166); Blue value is 32 (12.89% from 255 or 19.28% from 166); Max value from RGB is 79 - color contains mainly: green. Hex color #374F20 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #374F20 is #C8B0DF. Grayscale: #424242. Windows color (decimal): -13152480 or 2117431. OLE color: 2117431.

HSL color Cylindrical-coordinate representation of color #374F20: hue angle of 90.64º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #374F20 is Cyan = 0.30, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.69.

Color convert

RGB 55 79 32 -
CMYK 0.30 0 0.59 0.69
HSL 90.64º 0.42% 0.22% -
HSV(B) 90.64º 0.59% 0.31% -
XYZ 4.63 6.51 2.38 -
YUV 66.47 108.55 119.82 -
System Red Green Blue C M Y K H S L
Decimal 55 79 32 0.30 0 0.59 0.69 90.64 0.42 0.22
Hex 37 4F 20 1E 0 3B 45 5B 2A 16
Octal 67 117 40 36 0 73 105 133 52 26
Binary 110111 1001111 100000 11110 0 111011 1000101 1011011 101010 10110

Color Harmonies of #374F20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374F20

Black with #374F20

Text Example


Text Example

White with #374F20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374F20; }

 p { color: rgb(55,79,32); }

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

background-color css

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

 a { background-color: rgb(55,79,32); }

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

border-color css

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

 span { border-color: rgb(55,79,32); }

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