Html Css Color HEX #38511C Seaweed

📋 copy color: '#38511C'

red 56 ◦ green 81 ◦ blue 28

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

Shades of Seaweed #38511C

Tints of Seaweed #38511C

RGB

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

 GREEN value IS 81 (32.03% from 255) = 49.09%

 BLUE value IS 28 (11.33% from 255) = 16.97%

R = 33.94%
G = 49.09%
B = 16.97%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.65

 K value IS 0.68

RGB Variations

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

Color information

#38511C (or 0x38511C) is known color: Seaweed. HEX triplet: 38, 51 and 1C. RGB value is (56,81,28). Sum of RGB (Red+Green+Blue) = 56+81+28=165 (21% of max value = 765). Red value is 56 (22.27% from 255 or 33.94% from 165); Green value is 81 (32.03% from 255 or 49.09% from 165); Blue value is 28 (11.33% from 255 or 16.97% from 165); Max value from RGB is 81 - color contains mainly: green. Hex color #38511C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38511C is #C7AEE3. Grayscale: #434343. Windows color (decimal): -13086436 or 1855800. OLE color: 1855800.

HSL color Cylindrical-coordinate representation of color #38511C: hue angle of 88.3º degrees, saturation: 0.49, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #38511C is Cyan = 0.31, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.68.

Color convert

RGB 56 81 28 -
CMYK 0.31 0 0.65 0.68
HSL 88.3º 0.49% 0.21% -
HSV(B) 88.3º 0.65% 0.32% -
XYZ 4.78 6.81 2.16 -
YUV 67.48 105.72 119.81 -
System Red Green Blue C M Y K H S L
Decimal 56 81 28 0.31 0 0.65 0.68 88.3 0.49 0.21
Hex 38 51 1C 1F 0 41 44 58 31 15
Octal 70 121 34 37 0 101 104 130 61 25
Binary 111000 1010001 11100 11111 0 1000001 1000100 1011000 110001 10101

Color Harmonies of #38511C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38511C

Black with #38511C

Text Example


Text Example

White with #38511C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38511C; }

 p { color: rgb(56,81,28); }

 H1.HeaderClassName
 {
   color: #38511C;
 }
 .AnyTagClassName
 {
   color: #38511C;
 }
</style>

background-color css

<style>
 a { background-color: #38511C; }

 a { background-color: rgb(56,81,28); }

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

border-color css

<style>
 span { border-color: #38511C; }

 span { border-color: rgb(56,81,28); }

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