Html Css Color HEX #384E1F Seaweed

📋 copy color: '#384E1F'

red 56 ◦ green 78 ◦ blue 31

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

Shades of Seaweed #384E1F

Tints of Seaweed #384E1F

RGB

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

 GREEN value IS 78 (30.86% from 255) = 47.27%

 BLUE value IS 31 (12.5% from 255) = 18.79%

R = 33.94%
G = 47.27%
B = 18.79%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.60

 K value IS 0.69

RGB Variations

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

Color information

#384E1F (or 0x384E1F) is known color: Seaweed. HEX triplet: 38, 4E and 1F. RGB value is (56,78,31). Sum of RGB (Red+Green+Blue) = 56+78+31=165 (21% of max value = 765). Red value is 56 (22.27% from 255 or 33.94% from 165); Green value is 78 (30.86% from 255 or 47.27% from 165); Blue value is 31 (12.5% from 255 or 18.79% from 165); Max value from RGB is 78 - color contains mainly: green. Hex color #384E1F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #384E1F is #C7B1E0. Grayscale: #424242. Windows color (decimal): -13087201 or 2051640. OLE color: 2051640.

HSL color Cylindrical-coordinate representation of color #384E1F: hue angle of 88.09º degrees, saturation: 0.43, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #384E1F is Cyan = 0.28, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.69.

Color convert

RGB 56 78 31 -
CMYK 0.28 0 0.60 0.69
HSL 88.09º 0.43% 0.21% -
HSV(B) 88.09º 0.6% 0.31% -
XYZ 4.6 6.39 2.29 -
YUV 66.06 108.21 120.82 -
System Red Green Blue C M Y K H S L
Decimal 56 78 31 0.28 0 0.60 0.69 88.09 0.43 0.21
Hex 38 4E 1F 1C 0 3C 45 58 2B 15
Octal 70 116 37 34 0 74 105 130 53 25
Binary 111000 1001110 11111 11100 0 111100 1000101 1011000 101011 10101

Color Harmonies of #384E1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384E1F

Black with #384E1F

Text Example


Text Example

White with #384E1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384E1F; }

 p { color: rgb(56,78,31); }

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

background-color css

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

 a { background-color: rgb(56,78,31); }

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

border-color css

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

 span { border-color: rgb(56,78,31); }

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