Html Css Color HEX #38551D Seaweed

📋 copy color: '#38551D'

red 56 ◦ green 85 ◦ blue 29

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

Shades of Seaweed #38551D

Tints of Seaweed #38551D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 17.06%

R = 32.94%
G = 50%
B = 17.06%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.66

 K value IS 0.67

RGB Variations

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

Color information

#38551D (or 0x38551D) is known color: Seaweed. HEX triplet: 38, 55 and 1D. RGB value is (56,85,29). Sum of RGB (Red+Green+Blue) = 56+85+29=170 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.94% from 170); Green value is 85 (33.59% from 255 or 50% from 170); Blue value is 29 (11.72% from 255 or 17.06% from 170); Max value from RGB is 85 - color contains mainly: green. Hex color #38551D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38551D is #C7AAE2. Grayscale: #464646. Windows color (decimal): -13085411 or 1922360. OLE color: 1922360.

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

Color convert

RGB 56 85 29 -
CMYK 0.34 0 0.66 0.67
HSL 91.07º 0.49% 0.22% -
HSV(B) 91.07º 0.66% 0.33% -
XYZ 5.1 7.43 2.33 -
YUV 69.95 104.89 118.05 -
System Red Green Blue C M Y K H S L
Decimal 56 85 29 0.34 0 0.66 0.67 91.07 0.49 0.22
Hex 38 55 1D 22 0 42 43 5B 31 16
Octal 70 125 35 42 0 102 103 133 61 26
Binary 111000 1010101 11101 100010 0 1000010 1000011 1011011 110001 10110

Color Harmonies of #38551D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38551D

Black with #38551D

Text Example


Text Example

White with #38551D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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