Html Css Color HEX #38881E Bilbao

📋 copy color: '#38881E'

red 56 ◦ green 136 ◦ blue 30

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

Shades of Bilbao #38881E

Tints of Bilbao #38881E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 13.51%

R = 25.23%
G = 61.26%
B = 13.51%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.78

 K value IS 0.47

RGB Variations

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

Color information

#38881E (or 0x38881E) is known color: Bilbao. HEX triplet: 38, 88 and 1E. RGB value is (56,136,30). Sum of RGB (Red+Green+Blue) = 56+136+30=222 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.23% from 222); Green value is 136 (53.52% from 255 or 61.26% from 222); Blue value is 30 (12.11% from 255 or 13.51% from 222); Max value from RGB is 136 - color contains mainly: green. Hex color #38881E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38881E is #C777E1. Grayscale: #646464. Windows color (decimal): -13072354 or 2000952. OLE color: 2000952.

HSL color Cylindrical-coordinate representation of color #38881E: hue angle of 105.28º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #38881E is Cyan = 0.59, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.47.

Color convert

RGB 56 136 30 -
CMYK 0.59 0 0.78 0.47
HSL 105.28º 0.64% 0.33% -
HSV(B) 105.28º 0.78% 0.53% -
XYZ 10.67 18.54 4.25 -
YUV 100 88.5 96.62 -
System Red Green Blue C M Y K H S L
Decimal 56 136 30 0.59 0 0.78 0.47 105.28 0.64 0.33
Hex 38 88 1E 3B 0 4E 2F 69 40 21
Octal 70 210 36 73 0 116 57 151 100 41
Binary 111000 10001000 11110 111011 0 1001110 101111 1101001 1000000 100001

Color Harmonies of #38881E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38881E

Black with #38881E

Text Example


Text Example

White with #38881E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38881E; }

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

 H1.HeaderClassName
 {
   color: #38881E;
 }
 .AnyTagClassName
 {
   color: #38881E;
 }
</style>

background-color css

<style>
 a { background-color: #38881E; }

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

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

border-color css

<style>
 span { border-color: #38881E; }

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

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