Html Css Color HEX #38880D Bilbao

📋 copy color: '#38880D'

red 56 ◦ green 136 ◦ blue 13

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

Shades of Bilbao #38880D

Tints of Bilbao #38880D

RGB

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

 GREEN value IS 136 (53.52% from 255) = 66.34%

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

R = 27.32%
G = 66.34%
B = 6.34%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.90

 K value IS 0.47

RGB Variations

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

Color information

#38880D (or 0x38880D) is known color: Bilbao. HEX triplet: 38, 88 and 0D. RGB value is (56,136,13). Sum of RGB (Red+Green+Blue) = 56+136+13=205 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.32% from 205); Green value is 136 (53.52% from 255 or 66.34% from 205); Blue value is 13 (5.47% from 255 or 6.34% from 205); Max value from RGB is 136 - color contains mainly: green. Hex color #38880D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #38880D is #C777F2. Grayscale: #626262. Windows color (decimal): -13072371 or 886840. OLE color: 886840.

HSL color Cylindrical-coordinate representation of color #38880D: hue angle of 99.02º degrees, saturation: 0.83, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #38880D is Cyan = 0.59, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.47.

Color convert

RGB 56 136 13 -
CMYK 0.59 0 0.90 0.47
HSL 99.02º 0.83% 0.29% -
HSV(B) 99.02º 0.9% 0.53% -
XYZ 10.51 18.48 3.39 -
YUV 98.06 80 98 -
System Red Green Blue C M Y K H S L
Decimal 56 136 13 0.59 0 0.90 0.47 99.02 0.83 0.29
Hex 38 88 D 3B 0 5A 2F 63 53 1D
Octal 70 210 15 73 0 132 57 143 123 35
Binary 111000 10001000 1101 111011 0 1011010 101111 1100011 1010011 11101

Color Harmonies of #38880D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38880D

Black with #38880D

Text Example


Text Example

White with #38880D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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