Html Css Color HEX #38701D Bilbao

📋 copy color: '#38701D'

red 56 ◦ green 112 ◦ blue 29

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

Shades of Bilbao #38701D

Tints of Bilbao #38701D

RGB

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

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

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

R = 28.43%
G = 56.85%
B = 14.72%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.74

 K value IS 0.56

RGB Variations

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

Color information

#38701D (or 0x38701D) is known color: Bilbao. HEX triplet: 38, 70 and 1D. RGB value is (56,112,29). Sum of RGB (Red+Green+Blue) = 56+112+29=197 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28.43% from 197); Green value is 112 (44.14% from 255 or 56.85% from 197); Blue value is 29 (11.72% from 255 or 14.72% from 197); Max value from RGB is 112 - color contains mainly: green. Hex color #38701D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38701D is #C78FE2. Grayscale: #565656. Windows color (decimal): -13078499 or 1929272. OLE color: 1929272.

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

Color convert

RGB 56 112 29 -
CMYK 0.50 0 0.74 0.56
HSL 100.48º 0.59% 0.28% -
HSV(B) 100.48º 0.74% 0.44% -
XYZ 7.65 12.52 3.18 -
YUV 85.79 95.95 106.75 -
System Red Green Blue C M Y K H S L
Decimal 56 112 29 0.50 0 0.74 0.56 100.48 0.59 0.28
Hex 38 70 1D 32 0 4A 38 64 3B 1C
Octal 70 160 35 62 0 112 70 144 73 34
Binary 111000 1110000 11101 110010 0 1001010 111000 1100100 111011 11100

Color Harmonies of #38701D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38701D

Black with #38701D

Text Example


Text Example

White with #38701D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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