Html Css Color HEX #38402F Seaweed

📋 copy color: '#38402F'

red 56 ◦ green 64 ◦ blue 47

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

Shades of Seaweed #38402F

Tints of Seaweed #38402F

RGB

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

 GREEN value IS 64 (25.39% from 255) = 38.32%

 BLUE value IS 47 (18.75% from 255) = 28.14%

R = 33.53%
G = 38.32%
B = 28.14%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.27

 K value IS 0.75

RGB Variations

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

Color information

#38402F (or 0x38402F) is known color: Seaweed. HEX triplet: 38, 40 and 2F. RGB value is (56,64,47). Sum of RGB (Red+Green+Blue) = 56+64+47=167 (22% of max value = 765). Red value is 56 (22.27% from 255 or 33.53% from 167); Green value is 64 (25.39% from 255 or 38.32% from 167); Blue value is 47 (18.75% from 255 or 28.14% from 167); Max value from RGB is 64 - color contains mainly: green. Hex color #38402F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38402F is #C7BFD0. Grayscale: #3B3B3B. Windows color (decimal): -13090769 or 3096632. OLE color: 3096632.

HSL color Cylindrical-coordinate representation of color #38402F: hue angle of 88.24º degrees, saturation: 0.15, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #38402F is Cyan = 0.13, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.75.

Color convert

RGB 56 64 47 -
CMYK 0.13 0 0.27 0.75
HSL 88.24º 0.15% 0.22% -
HSV(B) 88.24º 0.27% 0.25% -
XYZ 3.98 4.71 3.39 -
YUV 59.67 120.85 125.38 -
System Red Green Blue C M Y K H S L
Decimal 56 64 47 0.13 0 0.27 0.75 88.24 0.15 0.22
Hex 38 40 2F D 0 1B 4B 58 F 16
Octal 70 100 57 15 0 33 113 130 17 26
Binary 111000 1000000 101111 1101 0 11011 1001011 1011000 1111 10110

Color Harmonies of #38402F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38402F

Black with #38402F

Text Example


Text Example

White with #38402F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38402F; }

 p { color: rgb(56,64,47); }

 H1.HeaderClassName
 {
   color: #38402F;
 }
 .AnyTagClassName
 {
   color: #38402F;
 }
</style>

background-color css

<style>
 a { background-color: #38402F; }

 a { background-color: rgb(56,64,47); }

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

border-color css

<style>
 span { border-color: #38402F; }

 span { border-color: rgb(56,64,47); }

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