Html Css Color HEX #387510 Bilbao

📋 copy color: '#387510'

red 56 ◦ green 117 ◦ blue 16

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

Shades of Bilbao #387510

Tints of Bilbao #387510

RGB

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

 GREEN value IS 117 (46.09% from 255) = 61.9%

 BLUE value IS 16 (6.64% from 255) = 8.47%

R = 29.63%
G = 61.9%
B = 8.47%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.86

 K value IS 0.54

RGB Variations

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

Color information

#387510 (or 0x387510) is known color: Bilbao. HEX triplet: 38, 75 and 10. RGB value is (56,117,16). Sum of RGB (Red+Green+Blue) = 56+117+16=189 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.63% from 189); Green value is 117 (46.09% from 255 or 61.90% from 189); Blue value is 16 (6.64% from 255 or 8.47% from 189); Max value from RGB is 117 - color contains mainly: green. Hex color #387510 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #387510 is #C78AEF. Grayscale: #575757. Windows color (decimal): -13077232 or 1078584. OLE color: 1078584.

HSL color Cylindrical-coordinate representation of color #387510: hue angle of 96.24º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #387510 is Cyan = 0.52, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.54.

Color convert

RGB 56 117 16 -
CMYK 0.52 0 0.86 0.54
HSL 96.24º 0.76% 0.26% -
HSV(B) 96.24º 0.86% 0.46% -
XYZ 8.09 13.6 2.69 -
YUV 87.25 87.79 105.71 -
System Red Green Blue C M Y K H S L
Decimal 56 117 16 0.52 0 0.86 0.54 96.24 0.76 0.26
Hex 38 75 10 34 0 56 36 60 4C 1A
Octal 70 165 20 64 0 126 66 140 114 32
Binary 111000 1110101 10000 110100 0 1010110 110110 1100000 1001100 11010

Color Harmonies of #387510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387510

Black with #387510

Text Example


Text Example

White with #387510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387510; }

 p { color: rgb(56,117,16); }

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

background-color css

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

 a { background-color: rgb(56,117,16); }

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

border-color css

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

 span { border-color: rgb(56,117,16); }

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