Html Css Color HEX #387D17 Bilbao

📋 copy color: '#387D17'

red 56 ◦ green 125 ◦ blue 23

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

Shades of Bilbao #387D17

Tints of Bilbao #387D17

RGB

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

 GREEN value IS 125 (49.22% from 255) = 61.27%

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

R = 27.45%
G = 61.27%
B = 11.27%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.82

 K value IS 0.51

RGB Variations

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

Color information

#387D17 (or 0x387D17) is known color: Bilbao. HEX triplet: 38, 7D and 17. RGB value is (56,125,23). Sum of RGB (Red+Green+Blue) = 56+125+23=204 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.45% from 204); Green value is 125 (49.22% from 255 or 61.27% from 204); Blue value is 23 (9.38% from 255 or 11.27% from 204); Max value from RGB is 125 - color contains mainly: green. Hex color #387D17 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #387D17 is #C782E8. Grayscale: #5D5D5D. Windows color (decimal): -13075177 or 1539384. OLE color: 1539384.

HSL color Cylindrical-coordinate representation of color #387D17: hue angle of 100.59º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #387D17 is Cyan = 0.55, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.51.

Color convert

RGB 56 125 23 -
CMYK 0.55 0 0.82 0.51
HSL 100.59º 0.69% 0.29% -
HSV(B) 100.59º 0.82% 0.49% -
XYZ 9.12 15.57 3.34 -
YUV 92.74 88.64 101.79 -
System Red Green Blue C M Y K H S L
Decimal 56 125 23 0.55 0 0.82 0.51 100.59 0.69 0.29
Hex 38 7D 17 37 0 52 33 65 45 1D
Octal 70 175 27 67 0 122 63 145 105 35
Binary 111000 1111101 10111 110111 0 1010010 110011 1100101 1000101 11101

Color Harmonies of #387D17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387D17

Black with #387D17

Text Example


Text Example

White with #387D17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387D17; }

 p { color: rgb(56,125,23); }

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

background-color css

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

 a { background-color: rgb(56,125,23); }

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

border-color css

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

 span { border-color: rgb(56,125,23); }

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