Html Css Color HEX #38541D Seaweed

📋 copy color: '#38541D'

red 56 ◦ green 84 ◦ blue 29

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

Shades of Seaweed #38541D

Tints of Seaweed #38541D

RGB

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

 GREEN value IS 84 (33.2% from 255) = 49.7%

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

R = 33.14%
G = 49.7%
B = 17.16%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.65

 K value IS 0.67

RGB Variations

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

Color information

#38541D (or 0x38541D) is known color: Seaweed. HEX triplet: 38, 54 and 1D. RGB value is (56,84,29). Sum of RGB (Red+Green+Blue) = 56+84+29=169 (22% of max value = 765). Red value is 56 (22.27% from 255 or 33.14% from 169); Green value is 84 (33.20% from 255 or 49.70% from 169); Blue value is 29 (11.72% from 255 or 17.16% from 169); Max value from RGB is 84 - color contains mainly: green. Hex color #38541D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38541D is #C7ABE2. Grayscale: #454545. Windows color (decimal): -13085667 or 1922104. OLE color: 1922104.

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

Color convert

RGB 56 84 29 -
CMYK 0.33 0 0.65 0.67
HSL 90.55º 0.49% 0.22% -
HSV(B) 90.55º 0.65% 0.33% -
XYZ 5.02 7.27 2.3 -
YUV 69.36 105.22 118.47 -
System Red Green Blue C M Y K H S L
Decimal 56 84 29 0.33 0 0.65 0.67 90.55 0.49 0.22
Hex 38 54 1D 21 0 41 43 5B 31 16
Octal 70 124 35 41 0 101 103 133 61 26
Binary 111000 1010100 11101 100001 0 1000001 1000011 1011011 110001 10110

Color Harmonies of #38541D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38541D

Black with #38541D

Text Example


Text Example

White with #38541D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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