Html Css Color HEX #384D22 Seaweed

📋 copy color: '#384D22'

red 56 ◦ green 77 ◦ blue 34

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

Shades of Seaweed #384D22

Tints of Seaweed #384D22

RGB

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

 GREEN value IS 77 (30.47% from 255) = 46.11%

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

R = 33.53%
G = 46.11%
B = 20.36%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.56

 K value IS 0.70

RGB Variations

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

Color information

#384D22 (or 0x384D22) is known color: Seaweed. HEX triplet: 38, 4D and 22. RGB value is (56,77,34). Sum of RGB (Red+Green+Blue) = 56+77+34=167 (22% of max value = 765). Red value is 56 (22.27% from 255 or 33.53% from 167); Green value is 77 (30.47% from 255 or 46.11% from 167); Blue value is 34 (13.67% from 255 or 20.36% from 167); Max value from RGB is 77 - color contains mainly: green. Hex color #384D22 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #384D22 is #C7B2DD. Grayscale: #414141. Windows color (decimal): -13087454 or 2247992. OLE color: 2247992.

HSL color Cylindrical-coordinate representation of color #384D22: hue angle of 89.3º degrees, saturation: 0.39, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #384D22 is Cyan = 0.27, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.70.

Color convert

RGB 56 77 34 -
CMYK 0.27 0 0.56 0.70
HSL 89.3º 0.39% 0.22% -
HSV(B) 89.3º 0.56% 0.3% -
XYZ 4.57 6.26 2.48 -
YUV 65.82 110.04 121 -
System Red Green Blue C M Y K H S L
Decimal 56 77 34 0.27 0 0.56 0.70 89.3 0.39 0.22
Hex 38 4D 22 1B 0 38 46 59 27 16
Octal 70 115 42 33 0 70 106 131 47 26
Binary 111000 1001101 100010 11011 0 111000 1000110 1011001 100111 10110

Color Harmonies of #384D22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384D22

Black with #384D22

Text Example


Text Example

White with #384D22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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