Html Css Color HEX #387F0B Bilbao

📋 copy color: '#387F0B'

red 56 ◦ green 127 ◦ blue 11

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

Shades of Bilbao #387F0B

Tints of Bilbao #387F0B

RGB

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

 GREEN value IS 127 (50% from 255) = 65.46%

 BLUE value IS 11 (4.69% from 255) = 5.67%

R = 28.87%
G = 65.46%
B = 5.67%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.91

 K value IS 0.50

RGB Variations

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

Color information

#387F0B (or 0x387F0B) is known color: Bilbao. HEX triplet: 38, 7F and 0B. RGB value is (56,127,11). Sum of RGB (Red+Green+Blue) = 56+127+11=194 (25% of max value = 765). Red value is 56 (22.27% from 255 or 28.87% from 194); Green value is 127 (50% from 255 or 65.46% from 194); Blue value is 11 (4.69% from 255 or 5.67% from 194); Max value from RGB is 127 - color contains mainly: green. Hex color #387F0B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #387F0B is #C780F4. Grayscale: #5C5C5C. Windows color (decimal): -13074677 or 753464. OLE color: 753464.

HSL color Cylindrical-coordinate representation of color #387F0B: hue angle of 96.72º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #387F0B is Cyan = 0.56, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.50.

Color convert

RGB 56 127 11 -
CMYK 0.56 0 0.91 0.50
HSL 96.72º 0.84% 0.27% -
HSV(B) 96.72º 0.91% 0.5% -
XYZ 9.28 16.04 2.92 -
YUV 92.55 81.98 101.93 -
System Red Green Blue C M Y K H S L
Decimal 56 127 11 0.56 0 0.91 0.50 96.72 0.84 0.27
Hex 38 7F B 38 0 5B 32 61 54 1B
Octal 70 177 13 70 0 133 62 141 124 33
Binary 111000 1111111 1011 111000 0 1011011 110010 1100001 1010100 11011

Color Harmonies of #387F0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387F0B

Black with #387F0B

Text Example


Text Example

White with #387F0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,127,11); }

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

background-color css

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

 a { background-color: rgb(56,127,11); }

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

border-color css

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

 span { border-color: rgb(56,127,11); }

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