Html Css Color HEX #385121 Seaweed

📋 copy color: '#385121'

red 56 ◦ green 81 ◦ blue 33

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

Shades of Seaweed #385121

Tints of Seaweed #385121

RGB

 RED value IS 56 (22.27% from 255) = 32.94%

 GREEN value IS 81 (32.03% from 255) = 47.65%

 BLUE value IS 33 (13.28% from 255) = 19.41%

R = 32.94%
G = 47.65%
B = 19.41%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.59

 K value IS 0.68

RGB Variations

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

Color information

#385121 (or 0x385121) is known color: Seaweed. HEX triplet: 38, 51 and 21. RGB value is (56,81,33). Sum of RGB (Red+Green+Blue) = 56+81+33=170 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.94% from 170); Green value is 81 (32.03% from 255 or 47.65% from 170); Blue value is 33 (13.28% from 255 or 19.41% from 170); Max value from RGB is 81 - color contains mainly: green. Hex color #385121 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385121 is #C7AEDE. Grayscale: #444444. Windows color (decimal): -13086431 or 2183480. OLE color: 2183480.

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

Color convert

RGB 56 81 33 -
CMYK 0.31 0 0.59 0.68
HSL 91.25º 0.42% 0.22% -
HSV(B) 91.25º 0.59% 0.32% -
XYZ 4.85 6.84 2.5 -
YUV 68.05 108.22 119.4 -
System Red Green Blue C M Y K H S L
Decimal 56 81 33 0.31 0 0.59 0.68 91.25 0.42 0.22
Hex 38 51 21 1F 0 3B 44 5B 2A 16
Octal 70 121 41 37 0 73 104 133 52 26
Binary 111000 1010001 100001 11111 0 111011 1000100 1011011 101010 10110

Color Harmonies of #385121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385121

Black with #385121

Text Example


Text Example

White with #385121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385121; }

 p { color: rgb(56,81,33); }

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

background-color css

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

 a { background-color: rgb(56,81,33); }

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

border-color css

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

 span { border-color: rgb(56,81,33); }

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