Html Css Color HEX #38501B Seaweed

📋 copy color: '#38501B'

red 56 ◦ green 80 ◦ blue 27

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

Shades of Seaweed #38501B

Tints of Seaweed #38501B

RGB

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

 GREEN value IS 80 (31.64% from 255) = 49.08%

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

R = 34.36%
G = 49.08%
B = 16.56%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.66

 K value IS 0.69

RGB Variations

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

Color information

#38501B (or 0x38501B) is known color: Seaweed. HEX triplet: 38, 50 and 1B. RGB value is (56,80,27). Sum of RGB (Red+Green+Blue) = 56+80+27=163 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.36% from 163); Green value is 80 (31.64% from 255 or 49.08% from 163); Blue value is 27 (10.94% from 255 or 16.56% from 163); Max value from RGB is 80 - color contains mainly: green. Hex color #38501B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38501B is #C7AFE4. Grayscale: #424242. Windows color (decimal): -13086693 or 1790008. OLE color: 1790008.

HSL color Cylindrical-coordinate representation of color #38501B: hue angle of 87.17º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #38501B is Cyan = 0.30, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.69.

Color convert

RGB 56 80 27 -
CMYK 0.30 0 0.66 0.69
HSL 87.17º 0.5% 0.21% -
HSV(B) 87.17º 0.66% 0.31% -
XYZ 4.7 6.66 2.07 -
YUV 66.78 105.55 120.31 -
System Red Green Blue C M Y K H S L
Decimal 56 80 27 0.30 0 0.66 0.69 87.17 0.5 0.21
Hex 38 50 1B 1E 0 42 45 57 32 15
Octal 70 120 33 36 0 102 105 127 62 25
Binary 111000 1010000 11011 11110 0 1000010 1000101 1010111 110010 10101

Color Harmonies of #38501B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38501B

Black with #38501B

Text Example


Text Example

White with #38501B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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