Html Css Color HEX #383F2D Seaweed

📋 copy color: '#383F2D'

red 56 ◦ green 63 ◦ blue 45

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

Shades of Seaweed #383F2D

Tints of Seaweed #383F2D

RGB

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

 GREEN value IS 63 (25% from 255) = 38.41%

 BLUE value IS 45 (17.97% from 255) = 27.44%

R = 34.15%
G = 38.41%
B = 27.44%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.29

 K value IS 0.75

RGB Variations

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

Color information

#383F2D (or 0x383F2D) is known color: Seaweed. HEX triplet: 38, 3F and 2D. RGB value is (56,63,45). Sum of RGB (Red+Green+Blue) = 56+63+45=164 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.15% from 164); Green value is 63 (25% from 255 or 38.41% from 164); Blue value is 45 (17.97% from 255 or 27.44% from 164); Max value from RGB is 63 - color contains mainly: green. Hex color #383F2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383F2D is #C7C0D2. Grayscale: #3A3A3A. Windows color (decimal): -13091027 or 2965304. OLE color: 2965304.

HSL color Cylindrical-coordinate representation of color #383F2D: hue angle of 83.33º degrees, saturation: 0.17, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #383F2D is Cyan = 0.11, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.75.

Color convert

RGB 56 63 45 -
CMYK 0.11 0 0.29 0.75
HSL 83.33º 0.17% 0.21% -
HSV(B) 83.33º 0.29% 0.25% -
XYZ 3.88 4.59 3.16 -
YUV 58.86 120.18 125.96 -
System Red Green Blue C M Y K H S L
Decimal 56 63 45 0.11 0 0.29 0.75 83.33 0.17 0.21
Hex 38 3F 2D B 0 1D 4B 53 11 15
Octal 70 77 55 13 0 35 113 123 21 25
Binary 111000 111111 101101 1011 0 11101 1001011 1010011 10001 10101

Color Harmonies of #383F2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383F2D

Black with #383F2D

Text Example


Text Example

White with #383F2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383F2D; }

 p { color: rgb(56,63,45); }

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

background-color css

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

 a { background-color: rgb(56,63,45); }

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

border-color css

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

 span { border-color: rgb(56,63,45); }

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