Html Css Color HEX #387F0D Bilbao

📋 copy color: '#387F0D'

red 56 ◦ green 127 ◦ blue 13

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

Shades of Bilbao #387F0D

Tints of Bilbao #387F0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 6.63%

R = 28.57%
G = 64.8%
B = 6.63%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.90

 K value IS 0.50

RGB Variations

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

Color information

#387F0D (or 0x387F0D) is known color: Bilbao. HEX triplet: 38, 7F and 0D. RGB value is (56,127,13). Sum of RGB (Red+Green+Blue) = 56+127+13=196 (25% of max value = 765). Red value is 56 (22.27% from 255 or 28.57% from 196); Green value is 127 (50% from 255 or 64.80% from 196); Blue value is 13 (5.47% from 255 or 6.63% from 196); Max value from RGB is 127 - color contains mainly: green. Hex color #387F0D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #387F0D is #C780F2. Grayscale: #5D5D5D. Windows color (decimal): -13074675 or 884536. OLE color: 884536.

HSL color Cylindrical-coordinate representation of color #387F0D: hue angle of 97.37º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #387F0D is Cyan = 0.56, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.50.

Color convert

RGB 56 127 13 -
CMYK 0.56 0 0.90 0.50
HSL 97.37º 0.81% 0.27% -
HSV(B) 97.37º 0.9% 0.5% -
XYZ 9.29 16.05 2.99 -
YUV 92.78 82.98 101.77 -
System Red Green Blue C M Y K H S L
Decimal 56 127 13 0.56 0 0.90 0.50 97.37 0.81 0.27
Hex 38 7F D 38 0 5A 32 61 51 1B
Octal 70 177 15 70 0 132 62 141 121 33
Binary 111000 1111111 1101 111000 0 1011010 110010 1100001 1010001 11011

Color Harmonies of #387F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387F0D

Black with #387F0D

Text Example


Text Example

White with #387F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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