Html Css Color HEX #387601 Bilbao

📋 copy color: '#387601'

red 56 ◦ green 118 ◦ blue 1

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

Shades of Bilbao #387601

Tints of Bilbao #387601

RGB

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

 GREEN value IS 118 (46.48% from 255) = 67.43%

 BLUE value IS 1 (0.78% from 255) = 0.57%

R = 32%
G = 67.43%
B = 0.57%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.99

 K value IS 0.54

RGB Variations

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

Color information

#387601 (or 0x387601) is known color: Bilbao. HEX triplet: 38, 76 and 01. RGB value is (56,118,1). Sum of RGB (Red+Green+Blue) = 56+118+1=175 (23% of max value = 765). Red value is 56 (22.27% from 255 or 32% from 175); Green value is 118 (46.48% from 255 or 67.43% from 175); Blue value is 1 (0.78% from 255 or 0.57% from 175); Max value from RGB is 118 - color contains mainly: green. Hex color #387601 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #387601 is #C789FE. Grayscale: #565656. Windows color (decimal): -13076991 or 95800. OLE color: 95800.

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

Color convert

RGB 56 118 1 -
CMYK 0.53 0 0.99 0.54
HSL 91.79º 0.98% 0.23% -
HSV(B) 91.79º 0.99% 0.46% -
XYZ 8.11 13.8 2.26 -
YUV 86.12 79.96 106.51 -
System Red Green Blue C M Y K H S L
Decimal 56 118 1 0.53 0 0.99 0.54 91.79 0.98 0.23
Hex 38 76 1 35 0 63 36 5C 62 17
Octal 70 166 1 65 0 143 66 134 142 27
Binary 111000 1110110 1 110101 0 1100011 110110 1011100 1100010 10111

Color Harmonies of #387601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387601

Black with #387601

Text Example


Text Example

White with #387601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387601; }

 p { color: rgb(56,118,1); }

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

background-color css

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

 a { background-color: rgb(56,118,1); }

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

border-color css

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

 span { border-color: rgb(56,118,1); }

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