Html Css Color HEX #38422A Seaweed

📋 copy color: '#38422A'

red 56 ◦ green 66 ◦ blue 42

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

Shades of Seaweed #38422A

Tints of Seaweed #38422A

RGB

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

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

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

R = 34.15%
G = 40.24%
B = 25.61%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.36

 K value IS 0.74

RGB Variations

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

Color information

#38422A (or 0x38422A) is known color: Seaweed. HEX triplet: 38, 42 and 2A. RGB value is (56,66,42). Sum of RGB (Red+Green+Blue) = 56+66+42=164 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.15% from 164); Green value is 66 (26.17% from 255 or 40.24% from 164); Blue value is 42 (16.80% from 255 or 25.61% from 164); Max value from RGB is 66 - color contains mainly: green. Hex color #38422A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38422A is #C7BDD5. Grayscale: #3C3C3C. Windows color (decimal): -13090262 or 2769464. OLE color: 2769464.

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

Color convert

RGB 56 66 42 -
CMYK 0.15 0 0.36 0.74
HSL 85º 0.22% 0.21% -
HSV(B) 85º 0.36% 0.26% -
XYZ 4 4.9 2.93 -
YUV 60.27 117.69 124.95 -
System Red Green Blue C M Y K H S L
Decimal 56 66 42 0.15 0 0.36 0.74 85 0.22 0.21
Hex 38 42 2A F 0 24 4A 55 16 15
Octal 70 102 52 17 0 44 112 125 26 25
Binary 111000 1000010 101010 1111 0 100100 1001010 1010101 10110 10101

Color Harmonies of #38422A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38422A

Black with #38422A

Text Example


Text Example

White with #38422A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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