Html Css Color HEX #38771B Bilbao

📋 copy color: '#38771B'

red 56 ◦ green 119 ◦ blue 27

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

Shades of Bilbao #38771B

Tints of Bilbao #38771B

RGB

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

 GREEN value IS 119 (46.88% from 255) = 58.91%

 BLUE value IS 27 (10.94% from 255) = 13.37%

R = 27.72%
G = 58.91%
B = 13.37%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.77

 K value IS 0.53

RGB Variations

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

Color information

#38771B (or 0x38771B) is known color: Bilbao. HEX triplet: 38, 77 and 1B. RGB value is (56,119,27). Sum of RGB (Red+Green+Blue) = 56+119+27=202 (26% of max value = 765). Red value is 56 (22.27% from 255 or 27.72% from 202); Green value is 119 (46.88% from 255 or 58.91% from 202); Blue value is 27 (10.94% from 255 or 13.37% from 202); Max value from RGB is 119 - color contains mainly: green. Hex color #38771B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38771B is #C788E4. Grayscale: #595959. Windows color (decimal): -13076709 or 1799992. OLE color: 1799992.

HSL color Cylindrical-coordinate representation of color #38771B: hue angle of 101.09º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #38771B is Cyan = 0.53, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.53.

Color convert

RGB 56 119 27 -
CMYK 0.53 0 0.77 0.53
HSL 101.09º 0.63% 0.29% -
HSV(B) 101.09º 0.77% 0.47% -
XYZ 8.43 14.11 3.32 -
YUV 89.68 92.63 103.98 -
System Red Green Blue C M Y K H S L
Decimal 56 119 27 0.53 0 0.77 0.53 101.09 0.63 0.29
Hex 38 77 1B 35 0 4D 35 65 3F 1D
Octal 70 167 33 65 0 115 65 145 77 35
Binary 111000 1110111 11011 110101 0 1001101 110101 1100101 111111 11101

Color Harmonies of #38771B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38771B

Black with #38771B

Text Example


Text Example

White with #38771B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,119,27); }

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

background-color css

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

 a { background-color: rgb(56,119,27); }

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

border-color css

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

 span { border-color: rgb(56,119,27); }

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