Html Css Color HEX #38711E Bilbao

📋 copy color: '#38711E'

red 56 ◦ green 113 ◦ blue 30

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

Shades of Bilbao #38711E

Tints of Bilbao #38711E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 15.08%

R = 28.14%
G = 56.78%
B = 15.08%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.73

 K value IS 0.56

RGB Variations

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

Color information

#38711E (or 0x38711E) is known color: Bilbao. HEX triplet: 38, 71 and 1E. RGB value is (56,113,30). Sum of RGB (Red+Green+Blue) = 56+113+30=199 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28.14% from 199); Green value is 113 (44.53% from 255 or 56.78% from 199); Blue value is 30 (12.11% from 255 or 15.08% from 199); Max value from RGB is 113 - color contains mainly: green. Hex color #38711E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38711E is #C78EE1. Grayscale: #565656. Windows color (decimal): -13078242 or 1995064. OLE color: 1995064.

HSL color Cylindrical-coordinate representation of color #38711E: hue angle of 101.2º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #38711E is Cyan = 0.50, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.56.

Color convert

RGB 56 113 30 -
CMYK 0.50 0 0.73 0.56
HSL 101.2º 0.58% 0.28% -
HSV(B) 101.2º 0.73% 0.44% -
XYZ 7.77 12.74 3.28 -
YUV 86.5 96.12 106.25 -
System Red Green Blue C M Y K H S L
Decimal 56 113 30 0.50 0 0.73 0.56 101.2 0.58 0.28
Hex 38 71 1E 32 0 49 38 65 3A 1C
Octal 70 161 36 62 0 111 70 145 72 34
Binary 111000 1110001 11110 110010 0 1001001 111000 1100101 111010 11100

Color Harmonies of #38711E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38711E

Black with #38711E

Text Example


Text Example

White with #38711E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38711E; }

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

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

background-color css

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

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

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

border-color css

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

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

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