Html Css Color HEX #387426 Bilbao

📋 copy color: '#387426'

red 56 ◦ green 116 ◦ blue 38

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

Shades of Bilbao #387426

Tints of Bilbao #387426

RGB

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

 GREEN value IS 116 (45.7% from 255) = 55.24%

 BLUE value IS 38 (15.23% from 255) = 18.1%

R = 26.67%
G = 55.24%
B = 18.1%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.67

 K value IS 0.55

RGB Variations

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

Color information

#387426 (or 0x387426) is known color: Bilbao. HEX triplet: 38, 74 and 26. RGB value is (56,116,38). Sum of RGB (Red+Green+Blue) = 56+116+38=210 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.67% from 210); Green value is 116 (45.70% from 255 or 55.24% from 210); Blue value is 38 (15.23% from 255 or 18.10% from 210); Max value from RGB is 116 - color contains mainly: green. Hex color #387426 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387426 is #C78BD9. Grayscale: #595959. Windows color (decimal): -13077466 or 2520120. OLE color: 2520120.

HSL color Cylindrical-coordinate representation of color #387426: hue angle of 106.15º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #387426 is Cyan = 0.52, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.55.

Color convert

RGB 56 116 38 -
CMYK 0.52 0 0.67 0.55
HSL 106.15º 0.51% 0.3% -
HSV(B) 106.15º 0.67% 0.45% -
XYZ 8.23 13.47 4 -
YUV 89.17 99.12 104.34 -
System Red Green Blue C M Y K H S L
Decimal 56 116 38 0.52 0 0.67 0.55 106.15 0.51 0.3
Hex 38 74 26 34 0 43 37 6A 33 1E
Octal 70 164 46 64 0 103 67 152 63 36
Binary 111000 1110100 100110 110100 0 1000011 110111 1101010 110011 11110

Color Harmonies of #387426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387426

Black with #387426

Text Example


Text Example

White with #387426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387426; }

 p { color: rgb(56,116,38); }

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

background-color css

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

 a { background-color: rgb(56,116,38); }

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

border-color css

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

 span { border-color: rgb(56,116,38); }

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