Html Css Color HEX #384A23 Seaweed

📋 copy color: '#384A23'

red 56 ◦ green 74 ◦ blue 35

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

Shades of Seaweed #384A23

Tints of Seaweed #384A23

RGB

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

 GREEN value IS 74 (29.3% from 255) = 44.85%

 BLUE value IS 35 (14.06% from 255) = 21.21%

R = 33.94%
G = 44.85%
B = 21.21%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.53

 K value IS 0.71

RGB Variations

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

Color information

#384A23 (or 0x384A23) is known color: Seaweed. HEX triplet: 38, 4A and 23. RGB value is (56,74,35). Sum of RGB (Red+Green+Blue) = 56+74+35=165 (21% of max value = 765). Red value is 56 (22.27% from 255 or 33.94% from 165); Green value is 74 (29.30% from 255 or 44.85% from 165); Blue value is 35 (14.06% from 255 or 21.21% from 165); Max value from RGB is 74 - color contains mainly: green. Hex color #384A23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384A23 is #C7B5DC. Grayscale: #404040. Windows color (decimal): -13088221 or 2312760. OLE color: 2312760.

HSL color Cylindrical-coordinate representation of color #384A23: hue angle of 87.69º degrees, saturation: 0.36, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #384A23 is Cyan = 0.24, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.71.

Color convert

RGB 56 74 35 -
CMYK 0.24 0 0.53 0.71
HSL 87.69º 0.36% 0.21% -
HSV(B) 87.69º 0.53% 0.29% -
XYZ 4.38 5.86 2.49 -
YUV 64.17 111.54 122.17 -
System Red Green Blue C M Y K H S L
Decimal 56 74 35 0.24 0 0.53 0.71 87.69 0.36 0.21
Hex 38 4A 23 18 0 35 47 58 24 15
Octal 70 112 43 30 0 65 107 130 44 25
Binary 111000 1001010 100011 11000 0 110101 1000111 1011000 100100 10101

Color Harmonies of #384A23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384A23

Black with #384A23

Text Example


Text Example

White with #384A23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,74,35); }

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

background-color css

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

 a { background-color: rgb(56,74,35); }

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

border-color css

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

 span { border-color: rgb(56,74,35); }

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