Html Css Color HEX #38402D Seaweed

📋 copy color: '#38402D'

red 56 ◦ green 64 ◦ blue 45

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

Shades of Seaweed #38402D

Tints of Seaweed #38402D

RGB

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

 GREEN value IS 64 (25.39% from 255) = 38.79%

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

R = 33.94%
G = 38.79%
B = 27.27%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.30

 K value IS 0.75

RGB Variations

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

Color information

#38402D (or 0x38402D) is known color: Seaweed. HEX triplet: 38, 40 and 2D. RGB value is (56,64,45). Sum of RGB (Red+Green+Blue) = 56+64+45=165 (21% of max value = 765). Red value is 56 (22.27% from 255 or 33.94% from 165); Green value is 64 (25.39% from 255 or 38.79% from 165); Blue value is 45 (17.97% from 255 or 27.27% from 165); Max value from RGB is 64 - color contains mainly: green. Hex color #38402D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38402D is #C7BFD2. Grayscale: #3B3B3B. Windows color (decimal): -13090771 or 2965560. OLE color: 2965560.

HSL color Cylindrical-coordinate representation of color #38402D: hue angle of 85.26º degrees, saturation: 0.17, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #38402D is Cyan = 0.13, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.75.

Color convert

RGB 56 64 45 -
CMYK 0.13 0 0.30 0.75
HSL 85.26º 0.17% 0.21% -
HSV(B) 85.26º 0.3% 0.25% -
XYZ 3.94 4.7 3.18 -
YUV 59.44 119.85 125.54 -
System Red Green Blue C M Y K H S L
Decimal 56 64 45 0.13 0 0.30 0.75 85.26 0.17 0.21
Hex 38 40 2D D 0 1E 4B 55 11 15
Octal 70 100 55 15 0 36 113 125 21 25
Binary 111000 1000000 101101 1101 0 11110 1001011 1010101 10001 10101

Color Harmonies of #38402D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38402D

Black with #38402D

Text Example


Text Example

White with #38402D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38402D; }

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

 H1.HeaderClassName
 {
   color: #38402D;
 }
 .AnyTagClassName
 {
   color: #38402D;
 }
</style>

background-color css

<style>
 a { background-color: #38402D; }

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

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

border-color css

<style>
 span { border-color: #38402D; }

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

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