Html Css Color HEX #387014 Bilbao

📋 copy color: '#387014'

red 56 ◦ green 112 ◦ blue 20

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

Shades of Bilbao #387014

Tints of Bilbao #387014

RGB

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

 GREEN value IS 112 (44.14% from 255) = 59.57%

 BLUE value IS 20 (8.2% from 255) = 10.64%

R = 29.79%
G = 59.57%
B = 10.64%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.82

 K value IS 0.56

RGB Variations

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

Color information

#387014 (or 0x387014) is known color: Bilbao. HEX triplet: 38, 70 and 14. RGB value is (56,112,20). Sum of RGB (Red+Green+Blue) = 56+112+20=188 (24% of max value = 765). Red value is 56 (22.27% from 255 or 29.79% from 188); Green value is 112 (44.14% from 255 or 59.57% from 188); Blue value is 20 (8.20% from 255 or 10.64% from 188); Max value from RGB is 112 - color contains mainly: green. Hex color #387014 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #387014 is #C78FEB. Grayscale: #555555. Windows color (decimal): -13078508 or 1339448. OLE color: 1339448.

HSL color Cylindrical-coordinate representation of color #387014: hue angle of 96.52º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #387014 is Cyan = 0.50, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.56.

Color convert

RGB 56 112 20 -
CMYK 0.50 0 0.82 0.56
HSL 96.52º 0.7% 0.26% -
HSV(B) 96.52º 0.82% 0.44% -
XYZ 7.55 12.48 2.67 -
YUV 84.77 91.45 107.48 -
System Red Green Blue C M Y K H S L
Decimal 56 112 20 0.50 0 0.82 0.56 96.52 0.7 0.26
Hex 38 70 14 32 0 52 38 61 46 1A
Octal 70 160 24 62 0 122 70 141 106 32
Binary 111000 1110000 10100 110010 0 1010010 111000 1100001 1000110 11010

Color Harmonies of #387014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387014

Black with #387014

Text Example


Text Example

White with #387014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387014; }

 p { color: rgb(56,112,20); }

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

background-color css

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

 a { background-color: rgb(56,112,20); }

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

border-color css

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

 span { border-color: rgb(56,112,20); }

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