Html Css Color HEX #387C23 Bilbao

📋 copy color: '#387C23'

red 56 ◦ green 124 ◦ blue 35

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

Shades of Bilbao #387C23

Tints of Bilbao #387C23

RGB

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

 GREEN value IS 124 (48.83% from 255) = 57.67%

 BLUE value IS 35 (14.06% from 255) = 16.28%

R = 26.05%
G = 57.67%
B = 16.28%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.72

 K value IS 0.51

RGB Variations

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

Color information

#387C23 (or 0x387C23) is known color: Bilbao. HEX triplet: 38, 7C and 23. RGB value is (56,124,35). Sum of RGB (Red+Green+Blue) = 56+124+35=215 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.05% from 215); Green value is 124 (48.83% from 255 or 57.67% from 215); Blue value is 35 (14.06% from 255 or 16.28% from 215); Max value from RGB is 124 - color contains mainly: green. Hex color #387C23 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387C23 is #C783DC. Grayscale: #5D5D5D. Windows color (decimal): -13075421 or 2325560. OLE color: 2325560.

HSL color Cylindrical-coordinate representation of color #387C23: hue angle of 105.84º degrees, saturation: 0.56, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #387C23 is Cyan = 0.55, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.51.

Color convert

RGB 56 124 35 -
CMYK 0.55 0 0.72 0.51
HSL 105.84º 0.56% 0.31% -
HSV(B) 105.84º 0.72% 0.49% -
XYZ 9.14 15.38 4.08 -
YUV 93.52 94.97 101.24 -
System Red Green Blue C M Y K H S L
Decimal 56 124 35 0.55 0 0.72 0.51 105.84 0.56 0.31
Hex 38 7C 23 37 0 48 33 6A 38 1F
Octal 70 174 43 67 0 110 63 152 70 37
Binary 111000 1111100 100011 110111 0 1001000 110011 1101010 111000 11111

Color Harmonies of #387C23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387C23

Black with #387C23

Text Example


Text Example

White with #387C23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,124,35); }

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

background-color css

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

 a { background-color: rgb(56,124,35); }

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

border-color css

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

 span { border-color: rgb(56,124,35); }

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