Html Css Color HEX #38742C Bilbao

📋 copy color: '#38742C'

red 56 ◦ green 116 ◦ blue 44

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

Shades of Bilbao #38742C

Tints of Bilbao #38742C

RGB

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

 GREEN value IS 116 (45.7% from 255) = 53.7%

 BLUE value IS 44 (17.58% from 255) = 20.37%

R = 25.93%
G = 53.7%
B = 20.37%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.62

 K value IS 0.55

RGB Variations

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

Color information

#38742C (or 0x38742C) is known color: Bilbao. HEX triplet: 38, 74 and 2C. RGB value is (56,116,44). Sum of RGB (Red+Green+Blue) = 56+116+44=216 (28% of max value = 765). Red value is 56 (22.27% from 255 or 25.93% from 216); Green value is 116 (45.70% from 255 or 53.70% from 216); Blue value is 44 (17.58% from 255 or 20.37% from 216); Max value from RGB is 116 - color contains mainly: green. Hex color #38742C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38742C is #C78BD3. Grayscale: #5A5A5A. Windows color (decimal): -13077460 or 2913336. OLE color: 2913336.

HSL color Cylindrical-coordinate representation of color #38742C: hue angle of 110º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #38742C is Cyan = 0.52, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.55.

Color convert

RGB 56 116 44 -
CMYK 0.52 0 0.62 0.55
HSL 110º 0.45% 0.31% -
HSV(B) 110º 0.62% 0.45% -
XYZ 8.33 13.51 4.55 -
YUV 89.85 102.12 103.85 -
System Red Green Blue C M Y K H S L
Decimal 56 116 44 0.52 0 0.62 0.55 110 0.45 0.31
Hex 38 74 2C 34 0 3E 37 6E 2D 1F
Octal 70 164 54 64 0 76 67 156 55 37
Binary 111000 1110100 101100 110100 0 111110 110111 1101110 101101 11111

Color Harmonies of #38742C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38742C

Black with #38742C

Text Example


Text Example

White with #38742C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38742C; }

 p { color: rgb(56,116,44); }

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

background-color css

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

 a { background-color: rgb(56,116,44); }

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

border-color css

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

 span { border-color: rgb(56,116,44); }

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