Html Css Color HEX #387B29 Bilbao

📋 copy color: '#387B29'

red 56 ◦ green 123 ◦ blue 41

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

Shades of Bilbao #387B29

Tints of Bilbao #387B29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 18.64%

R = 25.45%
G = 55.91%
B = 18.64%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.67

 K value IS 0.52

RGB Variations

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

Color information

#387B29 (or 0x387B29) is known color: Bilbao. HEX triplet: 38, 7B and 29. RGB value is (56,123,41). Sum of RGB (Red+Green+Blue) = 56+123+41=220 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.45% from 220); Green value is 123 (48.44% from 255 or 55.91% from 220); Blue value is 41 (16.41% from 255 or 18.64% from 220); Max value from RGB is 123 - color contains mainly: green. Hex color #387B29 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387B29 is #C784D6. Grayscale: #5D5D5D. Windows color (decimal): -13075671 or 2718520. OLE color: 2718520.

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

Color convert

RGB 56 123 41 -
CMYK 0.54 0 0.67 0.52
HSL 109.02º 0.5% 0.32% -
HSV(B) 109.02º 0.67% 0.48% -
XYZ 9.11 15.17 4.54 -
YUV 93.62 98.3 101.17 -
System Red Green Blue C M Y K H S L
Decimal 56 123 41 0.54 0 0.67 0.52 109.02 0.5 0.32
Hex 38 7B 29 36 0 43 34 6D 32 20
Octal 70 173 51 66 0 103 64 155 62 40
Binary 111000 1111011 101001 110110 0 1000011 110100 1101101 110010 100000

Color Harmonies of #387B29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387B29

Black with #387B29

Text Example


Text Example

White with #387B29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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