Html Css Color HEX #38531B Seaweed

📋 copy color: '#38531B'

red 56 ◦ green 83 ◦ blue 27

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

Shades of Seaweed #38531B

Tints of Seaweed #38531B

RGB

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

 GREEN value IS 83 (32.81% from 255) = 50%

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

R = 33.73%
G = 50%
B = 16.27%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.67

 K value IS 0.67

RGB Variations

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

Color information

#38531B (or 0x38531B) is known color: Seaweed. HEX triplet: 38, 53 and 1B. RGB value is (56,83,27). Sum of RGB (Red+Green+Blue) = 56+83+27=166 (21% of max value = 765). Red value is 56 (22.27% from 255 or 33.73% from 166); Green value is 83 (32.81% from 255 or 50% from 166); Blue value is 27 (10.94% from 255 or 16.27% from 166); Max value from RGB is 83 - color contains mainly: green. Hex color #38531B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38531B is #C7ACE4. Grayscale: #444444. Windows color (decimal): -13085925 or 1790776. OLE color: 1790776.

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

Color convert

RGB 56 83 27 -
CMYK 0.33 0 0.67 0.67
HSL 88.93º 0.51% 0.22% -
HSV(B) 88.93º 0.67% 0.33% -
XYZ 4.92 7.11 2.15 -
YUV 68.54 104.55 119.05 -
System Red Green Blue C M Y K H S L
Decimal 56 83 27 0.33 0 0.67 0.67 88.93 0.51 0.22
Hex 38 53 1B 21 0 43 43 59 33 16
Octal 70 123 33 41 0 103 103 131 63 26
Binary 111000 1010011 11011 100001 0 1000011 1000011 1011001 110011 10110

Color Harmonies of #38531B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38531B

Black with #38531B

Text Example


Text Example

White with #38531B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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