Html Css Color HEX #38412B Seaweed

📋 copy color: '#38412B'

red 56 ◦ green 65 ◦ blue 43

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

Shades of Seaweed #38412B

Tints of Seaweed #38412B

RGB

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

 GREEN value IS 65 (25.78% from 255) = 39.63%

 BLUE value IS 43 (17.19% from 255) = 26.22%

R = 34.15%
G = 39.63%
B = 26.22%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.34

 K value IS 0.75

RGB Variations

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

Color information

#38412B (or 0x38412B) is known color: Seaweed. HEX triplet: 38, 41 and 2B. RGB value is (56,65,43). Sum of RGB (Red+Green+Blue) = 56+65+43=164 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.15% from 164); Green value is 65 (25.78% from 255 or 39.63% from 164); Blue value is 43 (17.19% from 255 or 26.22% from 164); Max value from RGB is 65 - color contains mainly: green. Hex color #38412B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38412B is #C7BED4. Grayscale: #3B3B3B. Windows color (decimal): -13090517 or 2834744. OLE color: 2834744.

HSL color Cylindrical-coordinate representation of color #38412B: hue angle of 84.55º degrees, saturation: 0.2, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #38412B is Cyan = 0.14, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.75.

Color convert

RGB 56 65 43 -
CMYK 0.14 0 0.34 0.75
HSL 84.55º 0.2% 0.21% -
HSV(B) 84.55º 0.34% 0.25% -
XYZ 3.96 4.8 3 -
YUV 59.8 118.52 125.29 -
System Red Green Blue C M Y K H S L
Decimal 56 65 43 0.14 0 0.34 0.75 84.55 0.2 0.21
Hex 38 41 2B E 0 22 4B 55 14 15
Octal 70 101 53 16 0 42 113 125 24 25
Binary 111000 1000001 101011 1110 0 100010 1001011 1010101 10100 10101

Color Harmonies of #38412B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38412B

Black with #38412B

Text Example


Text Example

White with #38412B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,65,43); }

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

background-color css

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

 a { background-color: rgb(56,65,43); }

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

border-color css

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

 span { border-color: rgb(56,65,43); }

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