Html Css Color HEX #38521F Seaweed

📋 copy color: '#38521F'

red 56 ◦ green 82 ◦ blue 31

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

Shades of Seaweed #38521F

Tints of Seaweed #38521F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 18.34%

R = 33.14%
G = 48.52%
B = 18.34%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.62

 K value IS 0.68

RGB Variations

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

Color information

#38521F (or 0x38521F) is known color: Seaweed. HEX triplet: 38, 52 and 1F. RGB value is (56,82,31). Sum of RGB (Red+Green+Blue) = 56+82+31=169 (22% of max value = 765). Red value is 56 (22.27% from 255 or 33.14% from 169); Green value is 82 (32.42% from 255 or 48.52% from 169); Blue value is 31 (12.5% from 255 or 18.34% from 169); Max value from RGB is 82 - color contains mainly: green. Hex color #38521F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38521F is #C7ADE0. Grayscale: #444444. Windows color (decimal): -13086177 or 2052664. OLE color: 2052664.

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

Color convert

RGB 56 82 31 -
CMYK 0.32 0 0.62 0.68
HSL 90.59º 0.45% 0.22% -
HSV(B) 90.59º 0.62% 0.32% -
XYZ 4.9 6.97 2.38 -
YUV 68.41 106.89 119.15 -
System Red Green Blue C M Y K H S L
Decimal 56 82 31 0.32 0 0.62 0.68 90.59 0.45 0.22
Hex 38 52 1F 20 0 3E 44 5B 2D 16
Octal 70 122 37 40 0 76 104 133 55 26
Binary 111000 1010010 11111 100000 0 111110 1000100 1011011 101101 10110

Color Harmonies of #38521F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38521F

Black with #38521F

Text Example


Text Example

White with #38521F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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