Html Css Color HEX #38422B Seaweed

📋 copy color: '#38422B'

red 56 ◦ green 66 ◦ blue 43

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

Shades of Seaweed #38422B

Tints of Seaweed #38422B

RGB

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

 GREEN value IS 66 (26.17% from 255) = 40%

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

R = 33.94%
G = 40%
B = 26.06%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.35

 K value IS 0.74

RGB Variations

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

Color information

#38422B (or 0x38422B) is known color: Seaweed. HEX triplet: 38, 42 and 2B. RGB value is (56,66,43). Sum of RGB (Red+Green+Blue) = 56+66+43=165 (21% of max value = 765). Red value is 56 (22.27% from 255 or 33.94% from 165); Green value is 66 (26.17% from 255 or 40% from 165); Blue value is 43 (17.19% from 255 or 26.06% from 165); Max value from RGB is 66 - color contains mainly: green. Hex color #38422B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38422B is #C7BDD4. Grayscale: #3C3C3C. Windows color (decimal): -13090261 or 2835000. OLE color: 2835000.

HSL color Cylindrical-coordinate representation of color #38422B: hue angle of 86.09º degrees, saturation: 0.21, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #38422B is Cyan = 0.15, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.74.

Color convert

RGB 56 66 43 -
CMYK 0.15 0 0.35 0.74
HSL 86.09º 0.21% 0.21% -
HSV(B) 86.09º 0.35% 0.26% -
XYZ 4.02 4.91 3.02 -
YUV 60.39 118.19 124.87 -
System Red Green Blue C M Y K H S L
Decimal 56 66 43 0.15 0 0.35 0.74 86.09 0.21 0.21
Hex 38 42 2B F 0 23 4A 56 15 15
Octal 70 102 53 17 0 43 112 126 25 25
Binary 111000 1000010 101011 1111 0 100011 1001010 1010110 10101 10101

Color Harmonies of #38422B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38422B

Black with #38422B

Text Example


Text Example

White with #38422B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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