Html Css Color HEX #38750D Bilbao

📋 copy color: '#38750D'

red 56 ◦ green 117 ◦ blue 13

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

Shades of Bilbao #38750D

Tints of Bilbao #38750D

RGB

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

 GREEN value IS 117 (46.09% from 255) = 62.9%

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

R = 30.11%
G = 62.9%
B = 6.99%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.89

 K value IS 0.54

RGB Variations

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

Color information

#38750D (or 0x38750D) is known color: Bilbao. HEX triplet: 38, 75 and 0D. RGB value is (56,117,13). Sum of RGB (Red+Green+Blue) = 56+117+13=186 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.11% from 186); Green value is 117 (46.09% from 255 or 62.90% from 186); Blue value is 13 (5.47% from 255 or 6.99% from 186); Max value from RGB is 117 - color contains mainly: green. Hex color #38750D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #38750D is #C78AF2. Grayscale: #575757. Windows color (decimal): -13077235 or 881976. OLE color: 881976.

HSL color Cylindrical-coordinate representation of color #38750D: hue angle of 95.19º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #38750D is Cyan = 0.52, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.54.

Color convert

RGB 56 117 13 -
CMYK 0.52 0 0.89 0.54
HSL 95.19º 0.8% 0.25% -
HSV(B) 95.19º 0.89% 0.46% -
XYZ 8.06 13.59 2.58 -
YUV 86.91 86.29 105.96 -
System Red Green Blue C M Y K H S L
Decimal 56 117 13 0.52 0 0.89 0.54 95.19 0.8 0.25
Hex 38 75 D 34 0 59 36 5F 50 19
Octal 70 165 15 64 0 131 66 137 120 31
Binary 111000 1110101 1101 110100 0 1011001 110110 1011111 1010000 11001

Color Harmonies of #38750D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38750D

Black with #38750D

Text Example


Text Example

White with #38750D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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