Html Css Color HEX #387B2B Bilbao

📋 copy color: '#387B2B'

red 56 ◦ green 123 ◦ blue 43

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

Shades of Bilbao #387B2B

Tints of Bilbao #387B2B

RGB

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

 GREEN value IS 123 (48.44% from 255) = 55.41%

 BLUE value IS 43 (17.19% from 255) = 19.37%

R = 25.23%
G = 55.41%
B = 19.37%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.65

 K value IS 0.52

RGB Variations

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

Color information

#387B2B (or 0x387B2B) is known color: Bilbao. HEX triplet: 38, 7B and 2B. RGB value is (56,123,43). Sum of RGB (Red+Green+Blue) = 56+123+43=222 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.23% from 222); Green value is 123 (48.44% from 255 or 55.41% from 222); Blue value is 43 (17.19% from 255 or 19.37% from 222); Max value from RGB is 123 - color contains mainly: green. Hex color #387B2B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387B2B is #C784D4. Grayscale: #5E5E5E. Windows color (decimal): -13075669 or 2849592. OLE color: 2849592.

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

Color convert

RGB 56 123 43 -
CMYK 0.54 0 0.65 0.52
HSL 110.25º 0.48% 0.33% -
HSV(B) 110.25º 0.65% 0.48% -
XYZ 9.15 15.18 4.73 -
YUV 93.85 99.3 101 -
System Red Green Blue C M Y K H S L
Decimal 56 123 43 0.54 0 0.65 0.52 110.25 0.48 0.33
Hex 38 7B 2B 36 0 41 34 6E 30 21
Octal 70 173 53 66 0 101 64 156 60 41
Binary 111000 1111011 101011 110110 0 1000001 110100 1101110 110000 100001

Color Harmonies of #387B2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387B2B

Black with #387B2B

Text Example


Text Example

White with #387B2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,123,43); }

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

background-color css

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

 a { background-color: rgb(56,123,43); }

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

border-color css

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

 span { border-color: rgb(56,123,43); }

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