#0e633d

Color #0E633D Fun Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fun Green #0E633D

Tints of Fun Green #0E633D

Color information

#0E633D (or 0x0E633D) is unknown color: approx Fun Green. HEX triplet: 0E, 63 and 3D. RGB value is (14,99,61). Sum of RGB (Red+Green+Blue) = 14+99+61=174 (23% of max value = 765). Red value is 14 (5.86% from 255 or 8.05% from 174); Green value is 99 (39.06% from 255 or 56.90% from 174); Blue value is 61 (24.22% from 255 or 35.06% from 174); Max value from RGB is 99 - color contains mainly: green. Hex color #0E633D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E633D is #F19CC2. Grayscale: #454545. Windows color (decimal): -15834307 or 4023054. OLE color: 4023054.

HSL color Cylindrical-coordinate representation of color #0E633D: hue angle of 153.18º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0E633D is Cyan = 0.86, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.61.

Color convert

RGB149961-
CMYK0.8600.380.61
HSL153.18º75.22%22.16%-
HSV(B)153.18º85.86%38.82%-
XYZ5.499.355.93-
YUV69.25123.3488.59-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 8.05%
GREEN value IS 99 (39.06% from 255) = 56.90%
BLUE value IS 61 (24.22% from 255) = 35.06%
R=8.05%
G=56.90%
B=35.06%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1499610.8600.380.61153.1875.2222.16
HexE633D560263D994b16
Octal16143751260467523111326
Binary111011000111111011010110010011011110110011001100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0e633d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0e633d; }

 p { color: rgb(14,99,61); }

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

<style>
 a { background-color: #0e633d; }

 a { background-color: rgb(14,99,61); }

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

<style>
 span { border-color: #0e633d; }

 span { border-color: rgb(14,99,61); }

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