Html Css Color HEX #387807 Bilbao

📋 copy color: '#387807'

red 56 ◦ green 120 ◦ blue 7

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

Shades of Bilbao #387807

Tints of Bilbao #387807

RGB

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

 GREEN value IS 120 (47.27% from 255) = 65.57%

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

R = 30.6%
G = 65.57%
B = 3.83%

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

#387807 (or 0x387807) is known color: Bilbao. HEX triplet: 38, 78 and 07. RGB value is (56,120,7). Sum of RGB (Red+Green+Blue) = 56+120+7=183 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.60% from 183); Green value is 120 (47.27% from 255 or 65.57% from 183); Blue value is 7 (3.12% from 255 or 3.83% from 183); Max value from RGB is 120 - color contains mainly: green. Hex color #387807 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #387807 is #C787F8. Grayscale: #585858. Windows color (decimal): -13076473 or 489528. OLE color: 489528.

HSL color Cylindrical-coordinate representation of color #387807: hue angle of 93.98º 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 #387807 is Cyan = 0.53, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.53.

Color convert

RGB 56 120 7 -
CMYK 0.53 0 0.94 0.53
HSL 93.98º 0.89% 0.25% -
HSV(B) 93.98º 0.94% 0.47% -
XYZ 8.39 14.29 2.52 -
YUV 87.98 82.3 105.19 -
System Red Green Blue C M Y K H S L
Decimal 56 120 7 0.53 0 0.94 0.53 93.98 0.89 0.25
Hex 38 78 7 35 0 5E 35 5E 59 19
Octal 70 170 7 65 0 136 65 136 131 31
Binary 111000 1111000 111 110101 0 1011110 110101 1011110 1011001 11001

Color Harmonies of #387807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387807

Black with #387807

Text Example


Text Example

White with #387807

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387807; }

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

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

background-color css

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

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

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

border-color css

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

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

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