Html Css Color HEX #38710D Bilbao

📋 copy color: '#38710D'

red 56 ◦ green 113 ◦ blue 13

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

Shades of Bilbao #38710D

Tints of Bilbao #38710D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 7.14%

R = 30.77%
G = 62.09%
B = 7.14%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.88

 K value IS 0.56

RGB Variations

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

Color information

#38710D (or 0x38710D) is known color: Bilbao. HEX triplet: 38, 71 and 0D. RGB value is (56,113,13). Sum of RGB (Red+Green+Blue) = 56+113+13=182 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.77% from 182); Green value is 113 (44.53% from 255 or 62.09% from 182); Blue value is 13 (5.47% from 255 or 7.14% from 182); Max value from RGB is 113 - color contains mainly: green. Hex color #38710D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #38710D is #C78EF2. Grayscale: #545454. Windows color (decimal): -13078259 or 880952. OLE color: 880952.

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

Color convert

RGB 56 113 13 -
CMYK 0.50 0 0.88 0.56
HSL 94.2º 0.79% 0.25% -
HSV(B) 94.2º 0.88% 0.44% -
XYZ 7.61 12.68 2.43 -
YUV 84.56 87.62 107.63 -
System Red Green Blue C M Y K H S L
Decimal 56 113 13 0.50 0 0.88 0.56 94.2 0.79 0.25
Hex 38 71 D 32 0 58 38 5E 4F 19
Octal 70 161 15 62 0 130 70 136 117 31
Binary 111000 1110001 1101 110010 0 1011000 111000 1011110 1001111 11001

Color Harmonies of #38710D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38710D

Black with #38710D

Text Example


Text Example

White with #38710D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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