Html Css Color HEX #0B4723 Zuccini

📋 copy color: '#0B4723'

red 11 ◦ green 71 ◦ blue 35

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

Shades of Zuccini #0B4723

Tints of Zuccini #0B4723

RGB

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

 GREEN value IS 71 (28.13% from 255) = 60.68%

 BLUE value IS 35 (14.06% from 255) = 29.91%

R = 9.4%
G = 60.68%
B = 29.91%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.51

 K value IS 0.72

RGB Variations

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

Color information

#0B4723 (or 0x0B4723) is known color: Zuccini. HEX triplet: 0B, 47 and 23. RGB value is (11,71,35). Sum of RGB (Red+Green+Blue) = 11+71+35=117 (15% of max value = 765). Red value is 11 (4.69% from 255 or 9.40% from 117); Green value is 71 (28.12% from 255 or 60.68% from 117); Blue value is 35 (14.06% from 255 or 29.91% from 117); Max value from RGB is 71 - color contains mainly: green. Hex color #0B4723 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B4723 is #F4B8DC. Grayscale: #313131. Windows color (decimal): -16038109 or 2311947. OLE color: 2311947.

HSL color Cylindrical-coordinate representation of color #0B4723: hue angle of 144º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0B4723 is Cyan = 0.85, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.72.

Color convert

RGB 11 71 35 -
CMYK 0.85 0 0.51 0.72
HSL 144º 0.73% 0.16% -
HSV(B) 144º 0.85% 0.28% -
XYZ 2.69 4.7 2.36 -
YUV 48.96 120.12 100.93 -
System Red Green Blue C M Y K H S L
Decimal 11 71 35 0.85 0 0.51 0.72 144 0.73 0.16
Hex B 47 23 55 0 33 48 90 49 10
Octal 13 107 43 125 0 63 110 220 111 20
Binary 1011 1000111 100011 1010101 0 110011 1001000 10010000 1001001 10000

Color Harmonies of #0B4723

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B4723

Black with #0B4723

Text Example


Text Example

White with #0B4723

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,71,35); }

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

background-color css

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

 a { background-color: rgb(11,71,35); }

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

border-color css

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

 span { border-color: rgb(11,71,35); }

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