Html Css Color HEX #373A2A Green Kelp

📋 copy color: '#373A2A'

red 55 ◦ green 58 ◦ blue 42

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

Shades of Green Kelp #373A2A

Tints of Green Kelp #373A2A

RGB

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

 GREEN value IS 58 (23.05% from 255) = 37.42%

 BLUE value IS 42 (16.8% from 255) = 27.1%

R = 35.48%
G = 37.42%
B = 27.1%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.28

 K value IS 0.77

RGB Variations

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

Color information

#373A2A (or 0x373A2A) is known color: Green Kelp. HEX triplet: 37, 3A and 2A. RGB value is (55,58,42). Sum of RGB (Red+Green+Blue) = 55+58+42=155 (20% of max value = 765). Red value is 55 (21.88% from 255 or 35.48% from 155); Green value is 58 (23.05% from 255 or 37.42% from 155); Blue value is 42 (16.80% from 255 or 27.10% from 155); Max value from RGB is 58 - color contains mainly: green. Hex color #373A2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #373A2A is #C8C5D5. Grayscale: #373737. Windows color (decimal): -13157846 or 2767415. OLE color: 2767415.

HSL color Cylindrical-coordinate representation of color #373A2A: hue angle of 71.25º degrees, saturation: 0.16, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #373A2A is Cyan = 0.05, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.77.

Color convert

RGB 55 58 42 -
CMYK 0.05 0 0.28 0.77
HSL 71.25º 0.16% 0.2% -
HSV(B) 71.25º 0.28% 0.23% -
XYZ 3.51 4.01 2.78 -
YUV 55.28 120.51 127.8 -
System Red Green Blue C M Y K H S L
Decimal 55 58 42 0.05 0 0.28 0.77 71.25 0.16 0.2
Hex 37 3A 2A 5 0 1C 4D 47 10 14
Octal 67 72 52 5 0 34 115 107 20 24
Binary 110111 111010 101010 101 0 11100 1001101 1000111 10000 10100

Color Harmonies of #373A2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373A2A

Black with #373A2A

Text Example


Text Example

White with #373A2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #373A2A; }

 p { color: rgb(55,58,42); }

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

background-color css

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

 a { background-color: rgb(55,58,42); }

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

border-color css

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

 span { border-color: rgb(55,58,42); }

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