Html Css Color HEX #387700 Bilbao

📋 copy color: '#387700'

red 56 ◦ green 119 ◦ blue 0

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

Shades of Bilbao #387700

Tints of Bilbao #387700

RGB

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

 GREEN value IS 119 (46.88% from 255) = 68%

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

R = 32%
G = 68%
B = 0%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 1

 K value IS 0.53

RGB Variations

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

Color information

#387700 (or 0x387700) is known color: Bilbao. HEX triplet: 38, 77 and 00. RGB value is (56,119,0). Sum of RGB (Red+Green+Blue) = 56+119+0=175 (23% of max value = 765). Red value is 56 (22.27% from 255 or 32% from 175); Green value is 119 (46.88% from 255 or 68% from 175); Blue value is 0 (0.39% from 255 or 0% from 175); Max value from RGB is 119 - color contains mainly: green. Hex color #387700 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #387700 is #C788FF. Grayscale: #575757. Windows color (decimal): -13076736 or 30520. OLE color: 30520.

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

Color convert

RGB 56 119 0 -
CMYK 0.53 0 1 0.53
HSL 91.76º 1% 0.23% -
HSV(B) 91.76º 1% 0.47% -
XYZ 8.23 14.03 2.28 -
YUV 86.6 79.13 106.18 -
System Red Green Blue C M Y K H S L
Decimal 56 119 0 0.53 0 1 0.53 91.76 1 0.23
Hex 38 77 0 35 0 64 35 5C 64 17
Octal 70 167 0 65 0 144 65 134 144 27
Binary 111000 1110111 0 110101 0 1100100 110101 1011100 1100100 10111

Color Harmonies of #387700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387700

Black with #387700

Text Example


Text Example

White with #387700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387700; }

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

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

background-color css

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

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

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

border-color css

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

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

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