Html Css Color HEX #38701F Bilbao

📋 copy color: '#38701F'

red 56 ◦ green 112 ◦ blue 31

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

Shades of Bilbao #38701F

Tints of Bilbao #38701F

RGB

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

 GREEN value IS 112 (44.14% from 255) = 56.28%

 BLUE value IS 31 (12.5% from 255) = 15.58%

R = 28.14%
G = 56.28%
B = 15.58%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.72

 K value IS 0.56

RGB Variations

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

Color information

#38701F (or 0x38701F) is known color: Bilbao. HEX triplet: 38, 70 and 1F. RGB value is (56,112,31). Sum of RGB (Red+Green+Blue) = 56+112+31=199 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28.14% from 199); Green value is 112 (44.14% from 255 or 56.28% from 199); Blue value is 31 (12.5% from 255 or 15.58% from 199); Max value from RGB is 112 - color contains mainly: green. Hex color #38701F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38701F is #C78FE0. Grayscale: #565656. Windows color (decimal): -13078497 or 2060344. OLE color: 2060344.

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

Color convert

RGB 56 112 31 -
CMYK 0.50 0 0.72 0.56
HSL 101.48º 0.57% 0.28% -
HSV(B) 101.48º 0.72% 0.44% -
XYZ 7.67 12.53 3.31 -
YUV 86.02 96.95 106.59 -
System Red Green Blue C M Y K H S L
Decimal 56 112 31 0.50 0 0.72 0.56 101.48 0.57 0.28
Hex 38 70 1F 32 0 48 38 65 39 1C
Octal 70 160 37 62 0 110 70 145 71 34
Binary 111000 1110000 11111 110010 0 1001000 111000 1100101 111001 11100

Color Harmonies of #38701F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38701F

Black with #38701F

Text Example


Text Example

White with #38701F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38701F; }

 p { color: rgb(56,112,31); }

 H1.HeaderClassName
 {
   color: #38701F;
 }
 .AnyTagClassName
 {
   color: #38701F;
 }
</style>

background-color css

<style>
 a { background-color: #38701F; }

 a { background-color: rgb(56,112,31); }

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

border-color css

<style>
 span { border-color: #38701F; }

 span { border-color: rgb(56,112,31); }

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