Html Css Color HEX #387F30 Bilbao

📋 copy color: '#387F30'

red 56 ◦ green 127 ◦ blue 48

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

Shades of Bilbao #387F30

Tints of Bilbao #387F30

RGB

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

 GREEN value IS 127 (50% from 255) = 54.98%

 BLUE value IS 48 (19.14% from 255) = 20.78%

R = 24.24%
G = 54.98%
B = 20.78%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.62

 K value IS 0.50

RGB Variations

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

Color information

#387F30 (or 0x387F30) is known color: Bilbao. HEX triplet: 38, 7F and 30. RGB value is (56,127,48). Sum of RGB (Red+Green+Blue) = 56+127+48=231 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.24% from 231); Green value is 127 (50% from 255 or 54.98% from 231); Blue value is 48 (19.14% from 255 or 20.78% from 231); Max value from RGB is 127 - color contains mainly: green. Hex color #387F30 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387F30 is #C780CF. Grayscale: #616161. Windows color (decimal): -13074640 or 3178296. OLE color: 3178296.

HSL color Cylindrical-coordinate representation of color #387F30: hue angle of 113.92º degrees, saturation: 0.45, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #387F30 is Cyan = 0.56, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.50.

Color convert

RGB 56 127 48 -
CMYK 0.56 0 0.62 0.50
HSL 113.92º 0.45% 0.34% -
HSV(B) 113.92º 0.62% 0.5% -
XYZ 9.75 16.23 5.42 -
YUV 96.77 100.48 98.92 -
System Red Green Blue C M Y K H S L
Decimal 56 127 48 0.56 0 0.62 0.50 113.92 0.45 0.34
Hex 38 7F 30 38 0 3E 32 72 2D 22
Octal 70 177 60 70 0 76 62 162 55 42
Binary 111000 1111111 110000 111000 0 111110 110010 1110010 101101 100010

Color Harmonies of #387F30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387F30

Black with #387F30

Text Example


Text Example

White with #387F30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387F30; }

 p { color: rgb(56,127,48); }

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

background-color css

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

 a { background-color: rgb(56,127,48); }

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

border-color css

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

 span { border-color: rgb(56,127,48); }

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