Html Css Color HEX #388621 Bilbao

📋 copy color: '#388621'

red 56 ◦ green 134 ◦ blue 33

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

Shades of Bilbao #388621

Tints of Bilbao #388621

RGB

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

 GREEN value IS 134 (52.73% from 255) = 60.09%

 BLUE value IS 33 (13.28% from 255) = 14.8%

R = 25.11%
G = 60.09%
B = 14.8%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.75

 K value IS 0.47

RGB Variations

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

Color information

#388621 (or 0x388621) is known color: Bilbao. HEX triplet: 38, 86 and 21. RGB value is (56,134,33). Sum of RGB (Red+Green+Blue) = 56+134+33=223 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.11% from 223); Green value is 134 (52.73% from 255 or 60.09% from 223); Blue value is 33 (13.28% from 255 or 14.80% from 223); Max value from RGB is 134 - color contains mainly: green. Hex color #388621 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #388621 is #C779DE. Grayscale: #636363. Windows color (decimal): -13072863 or 2197048. OLE color: 2197048.

HSL color Cylindrical-coordinate representation of color #388621: hue angle of 106.34º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #388621 is Cyan = 0.58, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.47.

Color convert

RGB 56 134 33 -
CMYK 0.58 0 0.75 0.47
HSL 106.34º 0.6% 0.33% -
HSV(B) 106.34º 0.75% 0.53% -
XYZ 10.43 18 4.36 -
YUV 99.16 90.66 97.21 -
System Red Green Blue C M Y K H S L
Decimal 56 134 33 0.58 0 0.75 0.47 106.34 0.6 0.33
Hex 38 86 21 3A 0 4B 2F 6A 3C 21
Octal 70 206 41 72 0 113 57 152 74 41
Binary 111000 10000110 100001 111010 0 1001011 101111 1101010 111100 100001

Color Harmonies of #388621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388621

Black with #388621

Text Example


Text Example

White with #388621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388621; }

 p { color: rgb(56,134,33); }

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

background-color css

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

 a { background-color: rgb(56,134,33); }

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

border-color css

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

 span { border-color: rgb(56,134,33); }

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