Html Css Color HEX #38422D Seaweed

📋 copy color: '#38422D'

red 56 ◦ green 66 ◦ blue 45

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

Shades of Seaweed #38422D

Tints of Seaweed #38422D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 26.95%

R = 33.53%
G = 39.52%
B = 26.95%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.32

 K value IS 0.74

RGB Variations

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

Color information

#38422D (or 0x38422D) is known color: Seaweed. HEX triplet: 38, 42 and 2D. RGB value is (56,66,45). Sum of RGB (Red+Green+Blue) = 56+66+45=167 (22% of max value = 765). Red value is 56 (22.27% from 255 or 33.53% from 167); Green value is 66 (26.17% from 255 or 39.52% from 167); Blue value is 45 (17.97% from 255 or 26.95% from 167); Max value from RGB is 66 - color contains mainly: green. Hex color #38422D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38422D is #C7BDD2. Grayscale: #3C3C3C. Windows color (decimal): -13090259 or 2966072. OLE color: 2966072.

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

Color convert

RGB 56 66 45 -
CMYK 0.15 0 0.32 0.74
HSL 88.57º 0.19% 0.22% -
HSV(B) 88.57º 0.32% 0.26% -
XYZ 4.05 4.93 3.22 -
YUV 60.62 119.19 124.71 -
System Red Green Blue C M Y K H S L
Decimal 56 66 45 0.15 0 0.32 0.74 88.57 0.19 0.22
Hex 38 42 2D F 0 20 4A 59 13 16
Octal 70 102 55 17 0 40 112 131 23 26
Binary 111000 1000010 101101 1111 0 100000 1001010 1011001 10011 10110

Color Harmonies of #38422D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38422D

Black with #38422D

Text Example


Text Example

White with #38422D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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