Html Css Color HEX #38551E Seaweed

📋 copy color: '#38551E'

red 56 ◦ green 85 ◦ blue 30

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

Shades of Seaweed #38551E

Tints of Seaweed #38551E

RGB

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

 GREEN value IS 85 (33.59% from 255) = 49.71%

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

R = 32.75%
G = 49.71%
B = 17.54%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.65

 K value IS 0.67

RGB Variations

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

Color information

#38551E (or 0x38551E) is known color: Seaweed. HEX triplet: 38, 55 and 1E. RGB value is (56,85,30). Sum of RGB (Red+Green+Blue) = 56+85+30=171 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.75% from 171); Green value is 85 (33.59% from 255 or 49.71% from 171); Blue value is 30 (12.11% from 255 or 17.54% from 171); Max value from RGB is 85 - color contains mainly: green. Hex color #38551E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38551E is #C7AAE1. Grayscale: #464646. Windows color (decimal): -13085410 or 1987896. OLE color: 1987896.

HSL color Cylindrical-coordinate representation of color #38551E: hue angle of 91.64º degrees, saturation: 0.48, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #38551E is Cyan = 0.34, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.67.

Color convert

RGB 56 85 30 -
CMYK 0.34 0 0.65 0.67
HSL 91.64º 0.48% 0.23% -
HSV(B) 91.64º 0.65% 0.33% -
XYZ 5.11 7.43 2.39 -
YUV 70.06 105.39 117.97 -
System Red Green Blue C M Y K H S L
Decimal 56 85 30 0.34 0 0.65 0.67 91.64 0.48 0.23
Hex 38 55 1E 22 0 41 43 5C 30 17
Octal 70 125 36 42 0 101 103 134 60 27
Binary 111000 1010101 11110 100010 0 1000001 1000011 1011100 110000 10111

Color Harmonies of #38551E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38551E

Black with #38551E

Text Example


Text Example

White with #38551E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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