Html Css Color HEX #0E711F Camarone

📋 copy color: '#0E711F'

red 14 ◦ green 113 ◦ blue 31

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

Shades of Camarone #0E711F

Tints of Camarone #0E711F

RGB

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

 GREEN value IS 113 (44.53% from 255) = 71.52%

 BLUE value IS 31 (12.5% from 255) = 19.62%

R = 8.86%
G = 71.52%
B = 19.62%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.73

 K value IS 0.56

RGB Variations

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

Color information

#0E711F (or 0x0E711F) is known color: Camarone. HEX triplet: 0E, 71 and 1F. RGB value is (14,113,31). Sum of RGB (Red+Green+Blue) = 14+113+31=158 (20% of max value = 765). Red value is 14 (5.86% from 255 or 8.86% from 158); Green value is 113 (44.53% from 255 or 71.52% from 158); Blue value is 31 (12.5% from 255 or 19.62% from 158); Max value from RGB is 113 - color contains mainly: green. Hex color #0E711F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E711F is #F18EE0. Grayscale: #4A4A4A. Windows color (decimal): -15830753 or 2060558. OLE color: 2060558.

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

Color convert

RGB 14 113 31 -
CMYK 0.88 0 0.73 0.56
HSL 130.3º 0.78% 0.25% -
HSV(B) 130.3º 0.88% 0.44% -
XYZ 6.33 12 3.28 -
YUV 74.05 103.7 85.17 -
System Red Green Blue C M Y K H S L
Decimal 14 113 31 0.88 0 0.73 0.56 130.3 0.78 0.25
Hex E 71 1F 58 0 49 38 82 4E 19
Octal 16 161 37 130 0 111 70 202 116 31
Binary 1110 1110001 11111 1011000 0 1001001 111000 10000010 1001110 11001

Color Harmonies of #0E711F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E711F

Black with #0E711F

Text Example


Text Example

White with #0E711F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,113,31); }

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

background-color css

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

 a { background-color: rgb(14,113,31); }

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

border-color css

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

 span { border-color: rgb(14,113,31); }

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