Html Css Color HEX #388217 Bilbao

📋 copy color: '#388217'

red 56 ◦ green 130 ◦ blue 23

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

Shades of Bilbao #388217

Tints of Bilbao #388217

RGB

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

 GREEN value IS 130 (51.17% from 255) = 62.2%

 BLUE value IS 23 (9.38% from 255) = 11%

R = 26.79%
G = 62.2%
B = 11%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.82

 K value IS 0.49

RGB Variations

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

Color information

#388217 (or 0x388217) is known color: Bilbao. HEX triplet: 38, 82 and 17. RGB value is (56,130,23). Sum of RGB (Red+Green+Blue) = 56+130+23=209 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.79% from 209); Green value is 130 (51.17% from 255 or 62.20% from 209); Blue value is 23 (9.38% from 255 or 11.00% from 209); Max value from RGB is 130 - color contains mainly: green. Hex color #388217 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #388217 is #C77DE8. Grayscale: #606060. Windows color (decimal): -13073897 or 1540664. OLE color: 1540664.

HSL color Cylindrical-coordinate representation of color #388217: hue angle of 101.5º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #388217 is Cyan = 0.57, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.49.

Color convert

RGB 56 130 23 -
CMYK 0.57 0 0.82 0.49
HSL 101.5º 0.7% 0.3% -
HSV(B) 101.5º 0.82% 0.51% -
XYZ 9.77 16.87 3.55 -
YUV 95.68 86.98 99.7 -
System Red Green Blue C M Y K H S L
Decimal 56 130 23 0.57 0 0.82 0.49 101.5 0.7 0.3
Hex 38 82 17 39 0 52 31 65 46 1E
Octal 70 202 27 71 0 122 61 145 106 36
Binary 111000 10000010 10111 111001 0 1010010 110001 1100101 1000110 11110

Color Harmonies of #388217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388217

Black with #388217

Text Example


Text Example

White with #388217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388217; }

 p { color: rgb(56,130,23); }

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

background-color css

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

 a { background-color: rgb(56,130,23); }

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

border-color css

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

 span { border-color: rgb(56,130,23); }

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