Html Css Color HEX #387616 Bilbao

📋 copy color: '#387616'

red 56 ◦ green 118 ◦ blue 22

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

Shades of Bilbao #387616

Tints of Bilbao #387616

RGB

 RED value IS 56 (22.27% from 255) = 28.57%

 GREEN value IS 118 (46.48% from 255) = 60.2%

 BLUE value IS 22 (8.98% from 255) = 11.22%

R = 28.57%
G = 60.2%
B = 11.22%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.81

 K value IS 0.54

RGB Variations

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

Color information

#387616 (or 0x387616) is known color: Bilbao. HEX triplet: 38, 76 and 16. RGB value is (56,118,22). Sum of RGB (Red+Green+Blue) = 56+118+22=196 (25% of max value = 765). Red value is 56 (22.27% from 255 or 28.57% from 196); Green value is 118 (46.48% from 255 or 60.20% from 196); Blue value is 22 (8.98% from 255 or 11.22% from 196); Max value from RGB is 118 - color contains mainly: green. Hex color #387616 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #387616 is #C789E9. Grayscale: #585858. Windows color (decimal): -13076970 or 1472056. OLE color: 1472056.

HSL color Cylindrical-coordinate representation of color #387616: hue angle of 98.75º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #387616 is Cyan = 0.53, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.54.

Color convert

RGB 56 118 22 -
CMYK 0.53 0 0.81 0.54
HSL 98.75º 0.69% 0.27% -
HSV(B) 98.75º 0.81% 0.46% -
XYZ 8.25 13.86 3 -
YUV 88.52 90.46 104.81 -
System Red Green Blue C M Y K H S L
Decimal 56 118 22 0.53 0 0.81 0.54 98.75 0.69 0.27
Hex 38 76 16 35 0 51 36 63 45 1B
Octal 70 166 26 65 0 121 66 143 105 33
Binary 111000 1110110 10110 110101 0 1010001 110110 1100011 1000101 11011

Color Harmonies of #387616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387616

Black with #387616

Text Example


Text Example

White with #387616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387616; }

 p { color: rgb(56,118,22); }

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

background-color css

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

 a { background-color: rgb(56,118,22); }

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

border-color css

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

 span { border-color: rgb(56,118,22); }

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