#383F25

Color #383F25 Green Kelp (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Kelp #383F25

Tints of Green Kelp #383F25

Color information

#383F25 (or 0x383F25) is unknown color: approx Green Kelp. HEX triplet: 38, 3F and 25. RGB value is (56,63,37). Sum of RGB (Red+Green+Blue) = 56+63+37=156 (20% of max value = 765). Red value is 56 (22.27% from 255 or 35.90% from 156); Green value is 63 (25% from 255 or 40.38% from 156); Blue value is 37 (14.84% from 255 or 23.72% from 156); Max value from RGB is 63 - color contains mainly: green. Hex color #383F25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383F25 is #C7C0DA. Grayscale: #3A3A3A. Windows color (decimal): -13091035 or 2441016. OLE color: 2441016.

HSL color Cylindrical-coordinate representation of color #383F25: hue angle of 76.15º degrees, saturation: 0.26, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #383F25 is Cyan = 0.11, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.75.

Color convert

RGB566337-
CMYK0.1100.410.75
HSL76.15º26%19.61%-
HSV(B)76.15º41.27%24.71%-
XYZ3.744.532.43-
YUV57.94116.18126.61-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 35.90%
GREEN value IS 63 (25% from 255) = 40.38%
BLUE value IS 37 (14.84% from 255) = 23.72%
R=35.90%
G=40.38%
B=23.72%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5663370.1100.410.7576.152619.61
Hex383F25B0294B4c1a14
Octal707745130511131143224
Binary11100011111110010110110101001100101110011001101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383F25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383F25; }

 p { color: rgb(56,63,37); }

 H1.HeaderClassName
 {
   color: #383F25;
 }
 .AnyTagClassName
 {
   color: #383F25;
 }
</style>
background-color css

<style>
 a { background-color: #383F25; }

 a { background-color: rgb(56,63,37); }

 div.DivClassName
 {
   background-color: #383F25;
 }
 .BgClassName
 {
   background-color: #383F25;
 }
</style>
border-color css

<style>
 span { border-color: #383F25; }

 span { border-color: rgb(56,63,37); }

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