Html Css Color HEX #38521D Seaweed

📋 copy color: '#38521D'

red 56 ◦ green 82 ◦ blue 29

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

Shades of Seaweed #38521D

Tints of Seaweed #38521D

RGB

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

 GREEN value IS 82 (32.42% from 255) = 49.1%

 BLUE value IS 29 (11.72% from 255) = 17.37%

R = 33.53%
G = 49.1%
B = 17.37%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.65

 K value IS 0.68

RGB Variations

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

Color information

#38521D (or 0x38521D) is known color: Seaweed. HEX triplet: 38, 52 and 1D. RGB value is (56,82,29). Sum of RGB (Red+Green+Blue) = 56+82+29=167 (22% of max value = 765). Red value is 56 (22.27% from 255 or 33.53% from 167); Green value is 82 (32.42% from 255 or 49.10% from 167); Blue value is 29 (11.72% from 255 or 17.37% from 167); Max value from RGB is 82 - color contains mainly: green. Hex color #38521D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38521D is #C7ADE2. Grayscale: #444444. Windows color (decimal): -13086179 or 1921592. OLE color: 1921592.

HSL color Cylindrical-coordinate representation of color #38521D: hue angle of 89.43º degrees, saturation: 0.48, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #38521D is Cyan = 0.32, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.68.

Color convert

RGB 56 82 29 -
CMYK 0.32 0 0.65 0.68
HSL 89.43º 0.48% 0.22% -
HSV(B) 89.43º 0.65% 0.32% -
XYZ 4.87 6.96 2.25 -
YUV 68.18 105.89 119.31 -
System Red Green Blue C M Y K H S L
Decimal 56 82 29 0.32 0 0.65 0.68 89.43 0.48 0.22
Hex 38 52 1D 20 0 41 44 59 30 16
Octal 70 122 35 40 0 101 104 131 60 26
Binary 111000 1010010 11101 100000 0 1000001 1000100 1011001 110000 10110

Color Harmonies of #38521D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38521D

Black with #38521D

Text Example


Text Example

White with #38521D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,82,29); }

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

background-color css

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

 a { background-color: rgb(56,82,29); }

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

border-color css

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

 span { border-color: rgb(56,82,29); }

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