Html Css Color HEX #388117 Bilbao

📋 copy color: '#388117'

red 56 ◦ green 129 ◦ blue 23

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

Shades of Bilbao #388117

Tints of Bilbao #388117

RGB

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

 GREEN value IS 129 (50.78% from 255) = 62.02%

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

R = 26.92%
G = 62.02%
B = 11.06%

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

#388117 (or 0x388117) is known color: Bilbao. HEX triplet: 38, 81 and 17. RGB value is (56,129,23). Sum of RGB (Red+Green+Blue) = 56+129+23=208 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.92% from 208); Green value is 129 (50.78% from 255 or 62.02% from 208); Blue value is 23 (9.38% from 255 or 11.06% from 208); Max value from RGB is 129 - color contains mainly: green. Hex color #388117 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #388117 is #C77EE8. Grayscale: #5F5F5F. Windows color (decimal): -13074153 or 1540408. OLE color: 1540408.

HSL color Cylindrical-coordinate representation of color #388117: hue angle of 101.32º 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 #388117 is Cyan = 0.57, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.49.

Color convert

RGB 56 129 23 -
CMYK 0.57 0 0.82 0.49
HSL 101.32º 0.7% 0.3% -
HSV(B) 101.32º 0.82% 0.51% -
XYZ 9.64 16.6 3.51 -
YUV 95.09 87.32 100.12 -
System Red Green Blue C M Y K H S L
Decimal 56 129 23 0.57 0 0.82 0.49 101.32 0.7 0.3
Hex 38 81 17 39 0 52 31 65 46 1E
Octal 70 201 27 71 0 122 61 145 106 36
Binary 111000 10000001 10111 111001 0 1010010 110001 1100101 1000110 11110

Color Harmonies of #388117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388117

Black with #388117

Text Example


Text Example

White with #388117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388117; }

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

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

background-color css

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

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

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

border-color css

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

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

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