Html Css Color HEX #0B711D Camarone

📋 copy color: '#0B711D'

red 11 ◦ green 113 ◦ blue 29

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

Shades of Camarone #0B711D

Tints of Camarone #0B711D

RGB

 RED value IS 11 (4.69% from 255) = 7.19%

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

 BLUE value IS 29 (11.72% from 255) = 18.95%

R = 7.19%
G = 73.86%
B = 18.95%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.74

 K value IS 0.56

RGB Variations

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

Color information

#0B711D (or 0x0B711D) is known color: Camarone. HEX triplet: 0B, 71 and 1D. RGB value is (11,113,29). Sum of RGB (Red+Green+Blue) = 11+113+29=153 (20% of max value = 765). Red value is 11 (4.69% from 255 or 7.19% from 153); Green value is 113 (44.53% from 255 or 73.86% from 153); Blue value is 29 (11.72% from 255 or 18.95% from 153); Max value from RGB is 113 - color contains mainly: green. Hex color #0B711D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B711D is #F48EE2. Grayscale: #494949. Windows color (decimal): -16027363 or 1929483. OLE color: 1929483.

HSL color Cylindrical-coordinate representation of color #0B711D: hue angle of 130.59º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B711D is Cyan = 0.90, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.56.

Color convert

RGB 11 113 29 -
CMYK 0.90 0 0.74 0.56
HSL 130.59º 0.82% 0.24% -
HSV(B) 130.59º 0.9% 0.44% -
XYZ 6.26 11.97 3.14 -
YUV 72.93 103.21 83.83 -
System Red Green Blue C M Y K H S L
Decimal 11 113 29 0.90 0 0.74 0.56 130.59 0.82 0.24
Hex B 71 1D 5A 0 4A 38 83 52 18
Octal 13 161 35 132 0 112 70 203 122 30
Binary 1011 1110001 11101 1011010 0 1001010 111000 10000011 1010010 11000

Color Harmonies of #0B711D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B711D

Black with #0B711D

Text Example


Text Example

White with #0B711D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,113,29); }

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

background-color css

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

 a { background-color: rgb(11,113,29); }

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

border-color css

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

 span { border-color: rgb(11,113,29); }

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