Html Css Color HEX #384227 Seaweed

📋 copy color: '#384227'

red 56 ◦ green 66 ◦ blue 39

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

Shades of Seaweed #384227

Tints of Seaweed #384227

RGB

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

 GREEN value IS 66 (26.17% from 255) = 40.99%

 BLUE value IS 39 (15.63% from 255) = 24.22%

R = 34.78%
G = 40.99%
B = 24.22%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.41

 K value IS 0.74

RGB Variations

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

Color information

#384227 (or 0x384227) is known color: Seaweed. HEX triplet: 38, 42 and 27. RGB value is (56,66,39). Sum of RGB (Red+Green+Blue) = 56+66+39=161 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.78% from 161); Green value is 66 (26.17% from 255 or 40.99% from 161); Blue value is 39 (15.62% from 255 or 24.22% from 161); Max value from RGB is 66 - color contains mainly: green. Hex color #384227 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384227 is #C7BDD8. Grayscale: #3C3C3C. Windows color (decimal): -13090265 or 2572856. OLE color: 2572856.

HSL color Cylindrical-coordinate representation of color #384227: hue angle of 82.22º degrees, saturation: 0.26, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #384227 is Cyan = 0.15, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.74.

Color convert

RGB 56 66 39 -
CMYK 0.15 0 0.41 0.74
HSL 82.22º 0.26% 0.21% -
HSV(B) 82.22º 0.41% 0.26% -
XYZ 3.95 4.88 2.65 -
YUV 59.93 116.19 125.2 -
System Red Green Blue C M Y K H S L
Decimal 56 66 39 0.15 0 0.41 0.74 82.22 0.26 0.21
Hex 38 42 27 F 0 29 4A 52 1A 15
Octal 70 102 47 17 0 51 112 122 32 25
Binary 111000 1000010 100111 1111 0 101001 1001010 1010010 11010 10101

Color Harmonies of #384227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384227

Black with #384227

Text Example


Text Example

White with #384227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384227; }

 p { color: rgb(56,66,39); }

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

background-color css

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

 a { background-color: rgb(56,66,39); }

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

border-color css

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

 span { border-color: rgb(56,66,39); }

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