#387E00

Color #387E00 Bilbao (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bilbao #387E00

Tints of Bilbao #387E00

Color information

#387E00 (or 0x387E00) is unknown color: approx Bilbao. HEX triplet: 38, 7E and 00. RGB value is (56,126,0). Sum of RGB (Red+Green+Blue) = 56+126+0=182 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.77% from 182); Green value is 126 (49.61% from 255 or 69.23% from 182); Blue value is 0 (0.39% from 255 or 0% from 182); Max value from RGB is 126 - color contains mainly: green. Hex color #387E00 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #387E00 is #C781FF. Grayscale: #5B5B5B. Windows color (decimal): -13074944 or 32312. OLE color: 32312.

HSL color Cylindrical-coordinate representation of color #387E00: hue angle of 93.33º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #387E00 is Cyan = 0.56, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.51.

Color convert

RGB561260-
CMYK0.56010.51
HSL93.33º100%24.71%-
HSV(B)93.33º100%49.41%-
XYZ9.0915.762.56-
YUV90.7176.81103.25-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 30.77%
GREEN value IS 126 (49.61% from 255) = 69.23%
BLUE value IS 0 (0.39% from 255) = 0%
R=30.77%
G=69.23%
B=0%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal5612600.56010.5193.3310024.71
Hex387E038064335d6419
Octal7017607001446313514431
Binary11100011111100111000011001001100111011101110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387E00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,126,0); }

 H1.HeaderClassName
 {
   color: #387E00;
 }
 .AnyTagClassName
 {
   color: #387E00;
 }
</style>
background-color css

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

 a { background-color: rgb(56,126,0); }

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

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

 span { border-color: rgb(56,126,0); }

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