Html Css Color HEX #38442A Seaweed

📋 copy color: '#38442A'

red 56 ◦ green 68 ◦ blue 42

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

Shades of Seaweed #38442A

Tints of Seaweed #38442A

RGB

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

 GREEN value IS 68 (26.95% from 255) = 40.96%

 BLUE value IS 42 (16.8% from 255) = 25.3%

R = 33.73%
G = 40.96%
B = 25.3%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.38

 K value IS 0.73

RGB Variations

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

Color information

#38442A (or 0x38442A) is known color: Seaweed. HEX triplet: 38, 44 and 2A. RGB value is (56,68,42). Sum of RGB (Red+Green+Blue) = 56+68+42=166 (21% of max value = 765). Red value is 56 (22.27% from 255 or 33.73% from 166); Green value is 68 (26.95% from 255 or 40.96% from 166); Blue value is 42 (16.80% from 255 or 25.30% from 166); Max value from RGB is 68 - color contains mainly: green. Hex color #38442A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38442A is #C7BBD5. Grayscale: #3D3D3D. Windows color (decimal): -13089750 or 2769976. OLE color: 2769976.

HSL color Cylindrical-coordinate representation of color #38442A: hue angle of 87.69º degrees, saturation: 0.24, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #38442A is Cyan = 0.18, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.73.

Color convert

RGB 56 68 42 -
CMYK 0.18 0 0.38 0.73
HSL 87.69º 0.24% 0.22% -
HSV(B) 87.69º 0.38% 0.27% -
XYZ 4.12 5.14 2.97 -
YUV 61.45 117.02 124.11 -
System Red Green Blue C M Y K H S L
Decimal 56 68 42 0.18 0 0.38 0.73 87.69 0.24 0.22
Hex 38 44 2A 12 0 26 49 58 18 16
Octal 70 104 52 22 0 46 111 130 30 26
Binary 111000 1000100 101010 10010 0 100110 1001001 1011000 11000 10110

Color Harmonies of #38442A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38442A

Black with #38442A

Text Example


Text Example

White with #38442A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38442A; }

 p { color: rgb(56,68,42); }

 H1.HeaderClassName
 {
   color: #38442A;
 }
 .AnyTagClassName
 {
   color: #38442A;
 }
</style>

background-color css

<style>
 a { background-color: #38442A; }

 a { background-color: rgb(56,68,42); }

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

border-color css

<style>
 span { border-color: #38442A; }

 span { border-color: rgb(56,68,42); }

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