Html Css Color HEX #0E7431 Camarone

📋 copy color: '#0E7431'

red 14 ◦ green 116 ◦ blue 49

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

Shades of Camarone #0E7431

Tints of Camarone #0E7431

RGB

 RED value IS 14 (5.86% from 255) = 7.82%

 GREEN value IS 116 (45.7% from 255) = 64.8%

 BLUE value IS 49 (19.53% from 255) = 27.37%

R = 7.82%
G = 64.8%
B = 27.37%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.58

 K value IS 0.55

RGB Variations

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

Color information

#0E7431 (or 0x0E7431) is known color: Camarone. HEX triplet: 0E, 74 and 31. RGB value is (14,116,49). Sum of RGB (Red+Green+Blue) = 14+116+49=179 (23% of max value = 765). Red value is 14 (5.86% from 255 or 7.82% from 179); Green value is 116 (45.70% from 255 or 64.80% from 179); Blue value is 49 (19.53% from 255 or 27.37% from 179); Max value from RGB is 116 - color contains mainly: green. Hex color #0E7431 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E7431 is #F18BCE. Grayscale: #4E4E4E. Windows color (decimal): -15829967 or 3240974. OLE color: 3240974.

HSL color Cylindrical-coordinate representation of color #0E7431: hue angle of 140.59º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0E7431 is Cyan = 0.88, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.55.

Color convert

RGB 14 116 49 -
CMYK 0.88 0 0.58 0.55
HSL 140.59º 0.78% 0.25% -
HSV(B) 140.59º 0.88% 0.45% -
XYZ 6.98 12.81 5.01 -
YUV 77.86 111.71 82.45 -
System Red Green Blue C M Y K H S L
Decimal 14 116 49 0.88 0 0.58 0.55 140.59 0.78 0.25
Hex E 74 31 58 0 3A 37 8D 4E 19
Octal 16 164 61 130 0 72 67 215 116 31
Binary 1110 1110100 110001 1011000 0 111010 110111 10001101 1001110 11001

Color Harmonies of #0E7431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E7431

Black with #0E7431

Text Example


Text Example

White with #0E7431

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,116,49); }

 H1.HeaderClassName
 {
   color: #0E7431;
 }
 .AnyTagClassName
 {
   color: #0E7431;
 }
</style>

background-color css

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

 a { background-color: rgb(14,116,49); }

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

border-color css

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

 span { border-color: rgb(14,116,49); }

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