Html Css Color HEX #388318 Bilbao

📋 copy color: '#388318'

red 56 ◦ green 131 ◦ blue 24

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

Shades of Bilbao #388318

Tints of Bilbao #388318

RGB

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

 GREEN value IS 131 (51.56% from 255) = 62.09%

 BLUE value IS 24 (9.77% from 255) = 11.37%

R = 26.54%
G = 62.09%
B = 11.37%

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

#388318 (or 0x388318) is known color: Bilbao. HEX triplet: 38, 83 and 18. RGB value is (56,131,24). Sum of RGB (Red+Green+Blue) = 56+131+24=211 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.54% from 211); Green value is 131 (51.56% from 255 or 62.09% from 211); Blue value is 24 (9.77% from 255 or 11.37% from 211); Max value from RGB is 131 - color contains mainly: green. Hex color #388318 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #388318 is #C77CE7. Grayscale: #606060. Windows color (decimal): -13073640 or 1606456. OLE color: 1606456.

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

Color convert

RGB 56 131 24 -
CMYK 0.57 0 0.82 0.49
HSL 102.06º 0.69% 0.3% -
HSV(B) 102.06º 0.82% 0.51% -
XYZ 9.91 17.14 3.65 -
YUV 96.38 87.15 99.2 -
System Red Green Blue C M Y K H S L
Decimal 56 131 24 0.57 0 0.82 0.49 102.06 0.69 0.3
Hex 38 83 18 39 0 52 31 66 45 1E
Octal 70 203 30 71 0 122 61 146 105 36
Binary 111000 10000011 11000 111001 0 1010010 110001 1100110 1000101 11110

Color Harmonies of #388318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388318

Black with #388318

Text Example


Text Example

White with #388318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388318; }

 p { color: rgb(56,131,24); }

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

background-color css

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

 a { background-color: rgb(56,131,24); }

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

border-color css

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

 span { border-color: rgb(56,131,24); }

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