Html Css Color HEX #38712B Bilbao

📋 copy color: '#38712B'

red 56 ◦ green 113 ◦ blue 43

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

Shades of Bilbao #38712B

Tints of Bilbao #38712B

RGB

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

 GREEN value IS 113 (44.53% from 255) = 53.3%

 BLUE value IS 43 (17.19% from 255) = 20.28%

R = 26.42%
G = 53.3%
B = 20.28%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.62

 K value IS 0.56

RGB Variations

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

Color information

#38712B (or 0x38712B) is known color: Bilbao. HEX triplet: 38, 71 and 2B. RGB value is (56,113,43). Sum of RGB (Red+Green+Blue) = 56+113+43=212 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.42% from 212); Green value is 113 (44.53% from 255 or 53.30% from 212); Blue value is 43 (17.19% from 255 or 20.28% from 212); Max value from RGB is 113 - color contains mainly: green. Hex color #38712B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38712B is #C78ED4. Grayscale: #585858. Windows color (decimal): -13078229 or 2847032. OLE color: 2847032.

HSL color Cylindrical-coordinate representation of color #38712B: hue angle of 108.86º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #38712B is Cyan = 0.50, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.56.

Color convert

RGB 56 113 43 -
CMYK 0.50 0 0.62 0.56
HSL 108.86º 0.45% 0.31% -
HSV(B) 108.86º 0.62% 0.44% -
XYZ 7.97 12.83 4.34 -
YUV 87.98 102.62 105.19 -
System Red Green Blue C M Y K H S L
Decimal 56 113 43 0.50 0 0.62 0.56 108.86 0.45 0.31
Hex 38 71 2B 32 0 3E 38 6D 2D 1F
Octal 70 161 53 62 0 76 70 155 55 37
Binary 111000 1110001 101011 110010 0 111110 111000 1101101 101101 11111

Color Harmonies of #38712B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38712B

Black with #38712B

Text Example


Text Example

White with #38712B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38712B; }

 p { color: rgb(56,113,43); }

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

background-color css

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

 a { background-color: rgb(56,113,43); }

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

border-color css

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

 span { border-color: rgb(56,113,43); }

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