Html Css Color HEX #387707 Bilbao

📋 copy color: '#387707'

red 56 ◦ green 119 ◦ blue 7

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

Shades of Bilbao #387707

Tints of Bilbao #387707

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 3.85%

R = 30.77%
G = 65.38%
B = 3.85%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.94

 K value IS 0.53

RGB Variations

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

Color information

#387707 (or 0x387707) is known color: Bilbao. HEX triplet: 38, 77 and 07. RGB value is (56,119,7). Sum of RGB (Red+Green+Blue) = 56+119+7=182 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.77% from 182); Green value is 119 (46.88% from 255 or 65.38% from 182); Blue value is 7 (3.12% from 255 or 3.85% from 182); Max value from RGB is 119 - color contains mainly: green. Hex color #387707 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #387707 is #C788F8. Grayscale: #575757. Windows color (decimal): -13076729 or 489272. OLE color: 489272.

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

Color convert

RGB 56 119 7 -
CMYK 0.53 0 0.94 0.53
HSL 93.75º 0.89% 0.25% -
HSV(B) 93.75º 0.94% 0.47% -
XYZ 8.27 14.05 2.48 -
YUV 87.4 82.63 105.61 -
System Red Green Blue C M Y K H S L
Decimal 56 119 7 0.53 0 0.94 0.53 93.75 0.89 0.25
Hex 38 77 7 35 0 5E 35 5E 59 19
Octal 70 167 7 65 0 136 65 136 131 31
Binary 111000 1110111 111 110101 0 1011110 110101 1011110 1011001 11001

Color Harmonies of #387707

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387707

Black with #387707

Text Example


Text Example

White with #387707

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387707; }

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

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

background-color css

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

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

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

border-color css

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

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

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