Html Css Color HEX #38521B Seaweed

📋 copy color: '#38521B'

red 56 ◦ green 82 ◦ blue 27

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

Shades of Seaweed #38521B

Tints of Seaweed #38521B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 16.36%

R = 33.94%
G = 49.7%
B = 16.36%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.67

 K value IS 0.68

RGB Variations

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

Color information

#38521B (or 0x38521B) is known color: Seaweed. HEX triplet: 38, 52 and 1B. RGB value is (56,82,27). Sum of RGB (Red+Green+Blue) = 56+82+27=165 (21% of max value = 765). Red value is 56 (22.27% from 255 or 33.94% from 165); Green value is 82 (32.42% from 255 or 49.70% from 165); Blue value is 27 (10.94% from 255 or 16.36% from 165); Max value from RGB is 82 - color contains mainly: green. Hex color #38521B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38521B is #C7ADE4. Grayscale: #444444. Windows color (decimal): -13086181 or 1790520. OLE color: 1790520.

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

Color convert

RGB 56 82 27 -
CMYK 0.32 0 0.67 0.68
HSL 88.36º 0.5% 0.21% -
HSV(B) 88.36º 0.67% 0.32% -
XYZ 4.85 6.95 2.12 -
YUV 67.96 104.89 119.47 -
System Red Green Blue C M Y K H S L
Decimal 56 82 27 0.32 0 0.67 0.68 88.36 0.5 0.21
Hex 38 52 1B 20 0 43 44 58 32 15
Octal 70 122 33 40 0 103 104 130 62 25
Binary 111000 1010010 11011 100000 0 1000011 1000100 1011000 110010 10101

Color Harmonies of #38521B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38521B

Black with #38521B

Text Example


Text Example

White with #38521B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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