Html Css Color HEX #387500 Bilbao

📋 copy color: '#387500'

red 56 ◦ green 117 ◦ blue 0

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

Shades of Bilbao #387500

Tints of Bilbao #387500

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 32.37%
G = 67.63%
B = 0%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 1

 K value IS 0.54

RGB Variations

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

Color information

#387500 (or 0x387500) is known color: Bilbao. HEX triplet: 38, 75 and 00. RGB value is (56,117,0). Sum of RGB (Red+Green+Blue) = 56+117+0=173 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.37% from 173); Green value is 117 (46.09% from 255 or 67.63% from 173); Blue value is 0 (0.39% from 255 or 0% from 173); Max value from RGB is 117 - color contains mainly: green. Hex color #387500 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #387500 is #C78AFF. Grayscale: #555555. Windows color (decimal): -13077248 or 30008. OLE color: 30008.

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

Color convert

RGB 56 117 0 -
CMYK 0.52 0 1 0.54
HSL 91.28º 1% 0.23% -
HSV(B) 91.28º 1% 0.46% -
XYZ 7.99 13.56 2.2 -
YUV 85.42 79.79 107.01 -
System Red Green Blue C M Y K H S L
Decimal 56 117 0 0.52 0 1 0.54 91.28 1 0.23
Hex 38 75 0 34 0 64 36 5B 64 17
Octal 70 165 0 64 0 144 66 133 144 27
Binary 111000 1110101 0 110100 0 1100100 110110 1011011 1100100 10111

Color Harmonies of #387500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387500

Black with #387500

Text Example


Text Example

White with #387500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387500; }

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

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

background-color css

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

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

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

border-color css

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

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

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