Html Css Color HEX #387A0C Bilbao

📋 copy color: '#387A0C'

red 56 ◦ green 122 ◦ blue 12

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

Shades of Bilbao #387A0C

Tints of Bilbao #387A0C

RGB

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

 GREEN value IS 122 (48.05% from 255) = 64.21%

 BLUE value IS 12 (5.08% from 255) = 6.32%

R = 29.47%
G = 64.21%
B = 6.32%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.90

 K value IS 0.52

RGB Variations

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

Color information

#387A0C (or 0x387A0C) is known color: Bilbao. HEX triplet: 38, 7A and 0C. RGB value is (56,122,12). Sum of RGB (Red+Green+Blue) = 56+122+12=190 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.47% from 190); Green value is 122 (48.05% from 255 or 64.21% from 190); Blue value is 12 (5.08% from 255 or 6.32% from 190); Max value from RGB is 122 - color contains mainly: green. Hex color #387A0C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #387A0C is #C785F3. Grayscale: #5A5A5A. Windows color (decimal): -13075956 or 817720. OLE color: 817720.

HSL color Cylindrical-coordinate representation of color #387A0C: hue angle of 96º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #387A0C is Cyan = 0.54, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.52.

Color convert

RGB 56 122 12 -
CMYK 0.54 0 0.90 0.52
HSL 96º 0.82% 0.26% -
HSV(B) 96º 0.9% 0.48% -
XYZ 8.66 14.79 2.75 -
YUV 89.73 84.13 103.94 -
System Red Green Blue C M Y K H S L
Decimal 56 122 12 0.54 0 0.90 0.52 96 0.82 0.26
Hex 38 7A C 36 0 5A 34 60 52 1A
Octal 70 172 14 66 0 132 64 140 122 32
Binary 111000 1111010 1100 110110 0 1011010 110100 1100000 1010010 11010

Color Harmonies of #387A0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387A0C

Black with #387A0C

Text Example


Text Example

White with #387A0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,122,12); }

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

background-color css

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

 a { background-color: rgb(56,122,12); }

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

border-color css

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

 span { border-color: rgb(56,122,12); }

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