Html Css Color HEX #384A22 Seaweed

📋 copy color: '#384A22'

red 56 ◦ green 74 ◦ blue 34

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

Shades of Seaweed #384A22

Tints of Seaweed #384A22

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 20.73%

R = 34.15%
G = 45.12%
B = 20.73%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.54

 K value IS 0.71

RGB Variations

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

Color information

#384A22 (or 0x384A22) is known color: Seaweed. HEX triplet: 38, 4A and 22. RGB value is (56,74,34). Sum of RGB (Red+Green+Blue) = 56+74+34=164 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.15% from 164); Green value is 74 (29.30% from 255 or 45.12% from 164); Blue value is 34 (13.67% from 255 or 20.73% from 164); Max value from RGB is 74 - color contains mainly: green. Hex color #384A22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384A22 is #C7B5DD. Grayscale: #404040. Windows color (decimal): -13088222 or 2247224. OLE color: 2247224.

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

Color convert

RGB 56 74 34 -
CMYK 0.24 0 0.54 0.71
HSL 87º 0.37% 0.21% -
HSV(B) 87º 0.54% 0.29% -
XYZ 4.37 5.85 2.41 -
YUV 64.06 111.04 122.25 -
System Red Green Blue C M Y K H S L
Decimal 56 74 34 0.24 0 0.54 0.71 87 0.37 0.21
Hex 38 4A 22 18 0 36 47 57 25 15
Octal 70 112 42 30 0 66 107 127 45 25
Binary 111000 1001010 100010 11000 0 110110 1000111 1010111 100101 10101

Color Harmonies of #384A22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384A22

Black with #384A22

Text Example


Text Example

White with #384A22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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