Html Css Color HEX #3B7217 Bilbao

📋 copy color: '#3B7217'

red 59 ◦ green 114 ◦ blue 23

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

Shades of Bilbao #3B7217

Tints of Bilbao #3B7217

RGB

 RED value IS 59 (23.44% from 255) = 30.1%

 GREEN value IS 114 (44.92% from 255) = 58.16%

 BLUE value IS 23 (9.38% from 255) = 11.73%

R = 30.1%
G = 58.16%
B = 11.73%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.80

 K value IS 0.55

RGB Variations

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

Color information

#3B7217 (or 0x3B7217) is known color: Bilbao. HEX triplet: 3B, 72 and 17. RGB value is (59,114,23). Sum of RGB (Red+Green+Blue) = 59+114+23=196 (25% of max value = 765). Red value is 59 (23.44% from 255 or 30.10% from 196); Green value is 114 (44.92% from 255 or 58.16% from 196); Blue value is 23 (9.38% from 255 or 11.73% from 196); Max value from RGB is 114 - color contains mainly: green. Hex color #3B7217 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3B7217 is #C48DE8. Grayscale: #575757. Windows color (decimal): -12881385 or 1536571. OLE color: 1536571.

HSL color Cylindrical-coordinate representation of color #3B7217: hue angle of 96.26º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3B7217 is Cyan = 0.48, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.55.

Color convert

RGB 59 114 23 -
CMYK 0.48 0 0.80 0.55
HSL 96.26º 0.66% 0.27% -
HSV(B) 96.26º 0.8% 0.45% -
XYZ 7.98 13.03 2.9 -
YUV 87.18 91.78 107.9 -
System Red Green Blue C M Y K H S L
Decimal 59 114 23 0.48 0 0.80 0.55 96.26 0.66 0.27
Hex 3B 72 17 30 0 50 37 60 42 1B
Octal 73 162 27 60 0 120 67 140 102 33
Binary 111011 1110010 10111 110000 0 1010000 110111 1100000 1000010 11011

Color Harmonies of #3B7217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B7217

Black with #3B7217

Text Example


Text Example

White with #3B7217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3B7217; }

 p { color: rgb(59,114,23); }

 H1.HeaderClassName
 {
   color: #3B7217;
 }
 .AnyTagClassName
 {
   color: #3B7217;
 }
</style>

background-color css

<style>
 a { background-color: #3B7217; }

 a { background-color: rgb(59,114,23); }

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

border-color css

<style>
 span { border-color: #3B7217; }

 span { border-color: rgb(59,114,23); }

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