Html Css Color HEX #38771D Bilbao

📋 copy color: '#38771D'

red 56 ◦ green 119 ◦ blue 29

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

Shades of Bilbao #38771D

Tints of Bilbao #38771D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 14.22%

R = 27.45%
G = 58.33%
B = 14.22%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.76

 K value IS 0.53

RGB Variations

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

Color information

#38771D (or 0x38771D) is known color: Bilbao. HEX triplet: 38, 77 and 1D. RGB value is (56,119,29). Sum of RGB (Red+Green+Blue) = 56+119+29=204 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.45% from 204); Green value is 119 (46.88% from 255 or 58.33% from 204); Blue value is 29 (11.72% from 255 or 14.22% from 204); Max value from RGB is 119 - color contains mainly: green. Hex color #38771D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38771D is #C788E2. Grayscale: #5A5A5A. Windows color (decimal): -13076707 or 1931064. OLE color: 1931064.

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

Color convert

RGB 56 119 29 -
CMYK 0.53 0 0.76 0.53
HSL 102º 0.61% 0.29% -
HSV(B) 102º 0.76% 0.47% -
XYZ 8.45 14.12 3.44 -
YUV 89.9 93.63 103.82 -
System Red Green Blue C M Y K H S L
Decimal 56 119 29 0.53 0 0.76 0.53 102 0.61 0.29
Hex 38 77 1D 35 0 4C 35 66 3D 1D
Octal 70 167 35 65 0 114 65 146 75 35
Binary 111000 1110111 11101 110101 0 1001100 110101 1100110 111101 11101

Color Harmonies of #38771D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38771D

Black with #38771D

Text Example


Text Example

White with #38771D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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