Html Css Color HEX #38481E Seaweed

📋 copy color: '#38481E'

red 56 ◦ green 72 ◦ blue 30

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

Shades of Seaweed #38481E

Tints of Seaweed #38481E

RGB

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

 GREEN value IS 72 (28.52% from 255) = 45.57%

 BLUE value IS 30 (12.11% from 255) = 18.99%

R = 35.44%
G = 45.57%
B = 18.99%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.58

 K value IS 0.72

RGB Variations

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

Color information

#38481E (or 0x38481E) is known color: Seaweed. HEX triplet: 38, 48 and 1E. RGB value is (56,72,30). Sum of RGB (Red+Green+Blue) = 56+72+30=158 (20% of max value = 765). Red value is 56 (22.27% from 255 or 35.44% from 158); Green value is 72 (28.52% from 255 or 45.57% from 158); Blue value is 30 (12.11% from 255 or 18.99% from 158); Max value from RGB is 72 - color contains mainly: green. Hex color #38481E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38481E is #C7B7E1. Grayscale: #3E3E3E. Windows color (decimal): -13088738 or 1984568. OLE color: 1984568.

HSL color Cylindrical-coordinate representation of color #38481E: hue angle of 82.86º degrees, saturation: 0.41, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #38481E is Cyan = 0.22, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.72.

Color convert

RGB 56 72 30 -
CMYK 0.22 0 0.58 0.72
HSL 82.86º 0.41% 0.2% -
HSV(B) 82.86º 0.58% 0.28% -
XYZ 4.18 5.57 2.08 -
YUV 62.43 109.7 123.42 -
System Red Green Blue C M Y K H S L
Decimal 56 72 30 0.22 0 0.58 0.72 82.86 0.41 0.2
Hex 38 48 1E 16 0 3A 48 53 29 14
Octal 70 110 36 26 0 72 110 123 51 24
Binary 111000 1001000 11110 10110 0 111010 1001000 1010011 101001 10100

Color Harmonies of #38481E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38481E

Black with #38481E

Text Example


Text Example

White with #38481E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38481E; }

 p { color: rgb(56,72,30); }

 H1.HeaderClassName
 {
   color: #38481E;
 }
 .AnyTagClassName
 {
   color: #38481E;
 }
</style>

background-color css

<style>
 a { background-color: #38481E; }

 a { background-color: rgb(56,72,30); }

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

border-color css

<style>
 span { border-color: #38481E; }

 span { border-color: rgb(56,72,30); }

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